Interface IMailServiceFactory (2.0.0)

public interface IMailServiceFactory

Factory for creating a MailService.

Methods

getMailService()

public abstract MailService getMailService()

Returns an implementation of the MailService.

Returns
Type Description
MailService

a mail service implementation.