#include <smtp.h>
|
| | smtp_client (std::string pServer, unsigned int pPort, std::string pUser, std::string pPassword) |
| |
| bool | Send (std::string pFrom, std::string pTo, std::string pSubject, std::string pMessage) |
| |
Definition at line 57 of file smtp.h.
◆ smtp_client()
| epee::net_utils::smtp::smtp_client::smtp_client |
( |
std::string |
pServer, |
|
|
unsigned int |
pPort, |
|
|
std::string |
pUser, |
|
|
std::string |
pPassword |
|
) |
| |
|
inline |
Definition at line 60 of file smtp.h.
61 mServer(pServer),mPort(pPort),mUserName(pUser),mPassword(pPassword),mSocket(mIOService),mResolver(mIOService)
63 tcp::resolver::query qry(mServer,boost::lexical_cast<std::string>( mPort ));
65 boost::asio::placeholders::iterator));
error
Tracks LMDB error codes.
◆ Send()
| bool epee::net_utils::smtp::smtp_client::Send |
( |
std::string |
pFrom, |
|
|
std::string |
pTo, |
|
|
std::string |
pSubject, |
|
|
std::string |
pMessage |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/contrib/epee/include/net/smtp.h