Uses of Class
org.nuxeo.ecm.automation.core.mail.Mailer.Message
Package
Description
-
Uses of Mailer.Message in org.nuxeo.ecm.automation.core.mail
Modifier 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
Modifier and TypeMethodDescriptionprotected Mailer.Message
SendMail.createMessage
(DocumentModel doc, String message, Map<String, Object> map) Deprecated.since 2023.4 unused.Modifier 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)