#include <email.h>
Public Member Functions | |
void | reset () |
Clear the contents of the e-mail structure This is used to zero data in an EmailMessage structure so that a new message may be constructed. | |
void | send () |
Send an e-mail. | |
Public Attributes | |
EmailAddressBuf | from |
Sender address for e-mail. | |
EmailAddressBuf | to |
Recipient address for e-mail. | |
EmailString | subject |
Subject line for e-mail. | |
EmailString | body |
Body for e-mail. |
Definition at line 143 of file email.h.
|
Clear the contents of the e-mail structure This is used to zero data in an EmailMessage structure so that a new message may be constructed. Reset the data, can be used to construct another message with the same object or to wipe out the data in the destruction process. Definition at line 162 of file email.h. References body, from, subject, and to. Referenced by timed_akill_queue(). |
|
Send an e-mail.
Definition at line 154 of file email.cc. References body, from, EmailString::get_string(), subject, and to. Referenced by timed_akill_queue(). |