AmSmtpClient Class Reference

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 ()

Detailed Description

SMTP client implementation.


Member Function Documentation

bool AmSmtpClient::close (  ) 
Returns:
true if failed

Referenced by connect().

bool AmSmtpClient::connect ( const string &  _server_ip,
unsigned short  _server_port 
)
Returns:
true if failed

References close().

bool AmSmtpClient::disconnect (  ) 
Returns:
true if failed
bool AmSmtpClient::send ( const AmMail mail  ) 
Returns:
true if failed

The documentation for this class was generated from the following files:
Home |  Recent changes |  Search |  Glossary |  Sitemap |  Login