SMTP client implementation. More...
#include <AmSmtpClient.h>
Public Member Functions | |
| bool | connect (const string &_server_ip, unsigned short _server_port) |
| bool | send (const AmMail &mail) |
| bool | disconnect () |
| bool | close () |
SMTP client implementation.
| bool AmSmtpClient::close | ( | ) |
Referenced by connect().
| bool AmSmtpClient::connect | ( | const string & | _server_ip, | |
| unsigned short | _server_port | |||
| ) |
References close().
| bool AmSmtpClient::disconnect | ( | ) |
| bool AmSmtpClient::send | ( | const AmMail & | ) |
1.7.1