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 IMailerServiceSmartFoxServer. 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 classSFSPostOfficeSFSPostOffice is the default implementation of theIMailerServicewhich is provided by theSmartFoxServerclass- This service provides a simple mailing service capable of sending text and html emails via a configured SMTP service.
-