Uses of Interface
com.smartfoxserver.v2.entities.managers.IMailerCallbackHandler
-
Packages that use IMailerCallbackHandler Package Description com.smartfoxserver.v2.entities.managers -
-
Uses of IMailerCallbackHandler in com.smartfoxserver.v2.entities.managers
Methods in com.smartfoxserver.v2.entities.managers with parameters of type IMailerCallbackHandler Modifier and Type Method 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
IMailerService. sendMail(Email email, IMailerCallbackHandler callBack, int delaySeconds)
Sends an email in the future.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.
-