class toSMTP

Used to send mail asyncronously. More...

Definition#include <tosmtp.h>
InheritsQObject (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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:
fromFrom field of email.
toTo field of email header.
subjectSubject of mail.
bodyBody of email message.

 ~toSMTP ()

~toSMTP