|
GClasses
|
For sending email to an SMTP server.
#include <GSmtp.h>
Public Member Functions | |
| virtual | ~GSmtp () |
| void | send () |
Static Public Member Functions | |
| static void | sendEmail (const char *szTo, const char *szFrom, const char *szSubject, const char *szMessage, const char *szSMPTServer) |
Protected Types |
Protected Member Functions | |
| GSmtp (const char *szTo, const char *szFrom, const char *szSubject, const char *szMessage, const char *szSMPTServer) | |
| void | receive (const char *pBuff, size_t nLen) |
| void | receiveLine (const char *szLine) |
Protected Attributes | |
| SmtpState | m_eState |
| GTCPClient * | m_pSocket |
| std::ostringstream | m_receiveBuffer |
| const char * | m_szFrom |
| const char * | m_szMessage |
| const char * | m_szSMPTServer |
| const char * | m_szSubject |
| const char * | m_szTo |
|
protected |
|
protected |
|
virtual |
|
protected |
|
protected |
| void GClasses::GSmtp::send | ( | ) |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |