Package | Description |
---|---|
com.smartfoxserver.v2.entities.managers |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
IMailerService.sendMail(Email email,
IMailerCallbackHandler callBack,
int delaySeconds)
Sends an email in the future.
|
void |
SFSPostOffice.sendMail(Email email,
IMailerCallbackHandler callBack,
int delaySeconds)
Sends an email in the future.
|