Go to the documentation of this file.
21 #if _RAKNET_SUPPORT_EmailSender==1 && _RAKNET_SUPPORT_TCPInterface==1 && _RAKNET_SUPPORT_FileOperations==1
23 #ifndef __EMAIL_SENDER_H
24 #define __EMAIL_SENDER_H
58 const char *Send(
const char *hostAddress,
unsigned short hostPort,
const char *sender,
const char *recipient,
const char *senderName,
const char *recipientName,
const char *subject,
const char *body,
FileList *attachedFiles,
bool doPrintf,
const char *password);
70 #endif // _RAKNET_SUPPORT_*