Uses of Interface
com.smartfoxserver.v2.entities.managers.IMailerService
-
Packages that use IMailerService Package Description com.smartfoxserver.v2 com.smartfoxserver.v2.entities.managers -
-
Uses of IMailerService in com.smartfoxserver.v2
Methods in com.smartfoxserver.v2 that return IMailerService Modifier and Type Method Description IMailerService
SmartFoxServer. getMailService()
-
Uses of IMailerService in com.smartfoxserver.v2.entities.managers
Classes in com.smartfoxserver.v2.entities.managers that implement IMailerService Modifier and Type Class Description class
SFSPostOffice
SFSPostOffice is the default implementation of theIMailerService
which is provided by theSmartFoxServer
class- This service provides a simple mailing service capable of sending text and html emails via a configured SMTP service.
-