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 TypeClassDescriptionclassDeprecated.since 2023.4 Compatibility implementation of MailSender relying on a MailSession available through JNDI.classDefault implementation ofMailSenderbuildingMimeMessages and sending via SMTP protocol.Fields in org.nuxeo.mail with type parameters of type MailSenderModifier and TypeFieldDescriptionprotected Class<? extends MailSender> MailSenderDescriptor.klassprotected final Map<String, MailSender> MailServiceImpl.sendersMethods 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 TypeClassDescriptionclassImplementation ofMailSenderbuildingRawMessages and sending them via Amazon SES.