Uses of Interface
org.nuxeo.mail.MailSender
Packages that use MailSender
-
Uses of MailSender in org.nuxeo.mail
Classes in org.nuxeo.mail that implement MailSenderModifier 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.Fields in org.nuxeo.mail with type parameters of type MailSenderModifier and TypeFieldDescriptionprotected Class<? extends MailSender>
MailSenderDescriptor.klass
protected final Map<String,
MailSender> MailServiceImpl.senders
Methods in org.nuxeo.mail that return MailSenderMethods in org.nuxeo.mail that return types with arguments of type MailSender -
Uses of MailSender in org.nuxeo.mail.amazon.ses
Classes in org.nuxeo.mail.amazon.ses that implement MailSenderModifier and TypeClassDescriptionclass
Implementation ofMailSender
buildingRawMessage
s and sending them via Amazon SES.