Uses of Interface
lumis.portal.sendmail.IMailSender
-
Packages that use IMailSender Package Description lumis.portal.sendmail lumis.portal.sendmail.smtp -
-
Uses of IMailSender in lumis.portal.sendmail
Methods in lumis.portal.sendmail that return IMailSender Modifier and Type Method Description protected IMailSender
SendMailManager. getMailSender(SessionConfig sessionConfig, ITransaction transaction)
Returns a new instance of theIMailSender
to be used by this manager for sending e-mails. -
Uses of IMailSender in lumis.portal.sendmail.smtp
Classes in lumis.portal.sendmail.smtp that implement IMailSender Modifier and Type Class Description class
SmtpMailSender
Sends an e-mail using a SMTP connection.
-