Uses of Class
org.nuxeo.ecm.automation.core.mail.Mailer.Message
Packages that use Mailer.Message
Package
Description
-
Uses of Mailer.Message in org.nuxeo.ecm.automation.core.mail
Methods in org.nuxeo.ecm.automation.core.mail that return Mailer.MessageModifier and TypeMethodDescriptionComposer.newHtmlMessage
(String templateContent, Object ctx) Deprecated.Composer.newHtmlMessage
(URL template, Object ctx) Deprecated.Composer.newMessage()
Deprecated.Mailer.newMessage()
Deprecated.Composer.newMixedMessage
(String templateContent, Object ctx, String textType, List<Blob> attachments) Deprecated.Composer.newTextMessage
(String templateContent, Object ctx) Deprecated.Composer.newTextMessage
(URL template, Object ctx) Deprecated. -
Uses of Mailer.Message in org.nuxeo.ecm.automation.core.operations.notification
Methods in org.nuxeo.ecm.automation.core.operations.notification that return Mailer.MessageModifier and TypeMethodDescriptionprotected Mailer.Message
SendMail.createMessage
(DocumentModel doc, String message, Map<String, Object> map) Deprecated.since 2023.4 unused.Methods in org.nuxeo.ecm.automation.core.operations.notification with parameters of type Mailer.MessageModifier and TypeMethodDescriptionprotected void
SendMail.addMailBoxInfo
(Mailer.Message msg, Map<String, Object> map) Deprecated.since 2023.4 unused.protected void
SendMail.addMailBoxInfoInMessageHeader
(Mailer.Message msg, Mailer.Message.AS as, List<MailBox> persons)