Uses of Interface
org.nuxeo.mail.MailSender
-
Uses of MailSender in org.nuxeo.mail
Modifier and TypeClassDescriptionclass
Deprecated.since 2023.4 Compatibility implementation of MailSender relying on a MailSession available through JNDI.class
Default implementation ofMailSender
buildingMimeMessage
s and sending via SMTP protocol.Modifier and TypeFieldDescriptionprotected Class<? extends MailSender>
MailSenderDescriptor.klass
protected final Map<String,
MailSender> MailServiceImpl.senders
-
Uses of MailSender in org.nuxeo.mail.amazon.ses
Modifier and TypeClassDescriptionclass
Implementation ofMailSender
buildingRawMessage
s and sending them via Amazon SES.