
Public Member Functions | |
| ERMailDeliveryPlainText () | |
| ERMailDeliveryPlainText (javax.mail.Session session) | |
| void | setTextContent (String text) |
Protected Member Functions | |
| DataHandler | prepareMail () |
Private Attributes | |
| String | textContent |
| ERMailDeliveryPlainText | ( | javax.mail.Session | session | ) |
Designated constructor
Default constructor
| DataHandler prepareMail | ( | ) | [protected, virtual] |
Pre-processes the mail before it gets sent.
Implements ERMailDelivery.
| void setTextContent | ( | String | text | ) |
Sets the text content of the current message.
String textContent [private] |
String Message content
1.5.8