#include <Mail.h>
Inheritance diagram for MailSmtp:
Public Member Functions | |
bool | Open (GSocket *S, char *RemoteHost, char *LocalDomain, char *UserName, char *Password, int Port=SMTP_PORT, int Flags=0) |
Connection setup/shutdown. | |
bool | Close () |
Close the connection. | |
GStringPipe * | SendStart (List< AddressDescriptor > &To, AddressDescriptor *From) |
bool | SendEnd (GStringPipe *Sink) |
Finishes the mail send. |
|
Write the email's contents into the GStringPipe returned from SendStart and then call SendEnd to finish the transaction Implements MailSink. |