void |
IMailerCallbackHandler.onError(Email email,
java.lang.Exception e) |
|
void |
IMailerCallbackHandler.onSuccess(Email email) |
|
void |
IMailerService.sendMail(Email email) |
Sends the email to the recipient, or list of recipients, specified in the Email argument.
|
void |
IMailerService.sendMail(Email email,
IMailerCallbackHandler callBack) |
Sends the email to the recipient, or list of recipients, specified in the Email argument and get an asynchronous event when
the email is delivered.
|
void |
IMailerService.sendMail(Email email,
IMailerCallbackHandler callBack,
int delaySeconds) |
Sends an email in the future.
|
void |
SFSPostOffice.sendMail(Email email) |
Sends the email to the recipient, or list of recipients, specified in the Email argument.
|
void |
SFSPostOffice.sendMail(Email email,
IMailerCallbackHandler callBack) |
Sends the email to the recipient, or list of recipients, specified in the Email argument and get an asynchronous event when
the email is delivered.
|
void |
SFSPostOffice.sendMail(Email email,
IMailerCallbackHandler callBack,
int delaySeconds) |
Sends an email in the future.
|