|
|
Used to send mail asyncronously. Just create an instance and forget it. It will delete itself when done.
toSMTP (const QString &from,const QString &to,
const QString &subject,const QString &body)
| toSMTP |
Send an email.
Parameters:
from | From field of email. |
to | To field of email header. |
subject | Subject of mail. |
body | Body of email message. |
~toSMTP ()
| ~toSMTP |