public final class EmailSender
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LF |
| Constructor and Description |
|---|
EmailSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
sendEmailNow(Email aEmail)
Wrapper method that takes an Email object as argument and immediately
sends the message to the SMTP server.
|
public void sendEmailNow(Email aEmail) throws java.lang.Exception
java.lang.Exception