Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SMTP Settings
#11
If sending mail fails, SendMail generates error.

SendMail ...
err
,out "failed"


By default, sent messages are not saved. To save, use SendMail flag 0x800 (will save in "$my qm$\SmtpMail"), or instead of SendMail use functions of SmtpMail class.

SmtpMail mail
mail.AddMessage(...)
mail.SetSaveFolder(...)
mail.Save()
mail.Send()


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)