#include <w3types.h>
Go to the source code of this file.
Data Structures | |
struct | w3Mail |
Functions | |
w3Mail * | w3CreateMail (char *rcpt, char *sender, char *data) |
boolean | w3DestroyMail (w3Mail *mail) |
boolean | w3SendMail (w3Mail *mail, const char *mailer, int port) |
boolean | w3SendMailFile (const char *path) |