Uses of Class
com.iizix.mail.MailSender
Package
Description
Uses of MailSender in com.iizix.mail
Modifier and TypeMethodDescriptionstatic MailSender
MailSender.getInstance()
Gets the default instance of the mail sender.static MailSender
MailSender.getInstance
(String name) Gets the default instance of the mail sender.static MailSender[]
MailSender.getInstances()
Returns all configured mail senders.Uses of MailSender in com.iizix.prop
Modifier and TypeMethodDescriptionMailProps.createInstance
(ExecutorService executorService, File baseDir) Constructs the mail sender from the property if not already done.MailProps.getMailSender()
Gets the current mail sender.Uses of MailSender in com.iizix.server
Modifier and TypeMethodDescriptionIServer.getDefaultMailSender()
Gets the default mail sender.ServerShell.getDefaultMailSender()
Gets the default mail sender.IServer.getMailSender
(String name) Gets the default mail sender.ServerShell.getMailSender
(String name) Gets the default mail sender.Uses of MailSender in com.iizix.server.db
Modifier and TypeMethodDescriptionint
BasicUserInfo.sendMailsToUnverifiedMailAddresses
(List<String> verifyMails, MailSender mailSender, String subject, String fromEmail, String bccEmails, String message, String externalWebServerBaseURL) Helper method to send a mail to all unverified mails for this user.Uses of MailSender in com.iizix.server.prop
Modifier and TypeMethodDescriptionServerSettings.getMailSender
(String name, ExecutorService executorService, File baseDir) Gets the mail sender with the specified name.