Package cronapp.framework.mailer
Class MailerApi
java.lang.Object
cronapp.framework.mailer.MailerApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddAttachment(Variable messageVar, Variable nameVar, Variable resourceVar) static voidstatic voidstatic voidaddInlineAttachment(Variable contentIdVar, Variable messageVar, Variable resourceVar) static voidstatic <T> Tstatic voidstatic voidstatic voidstatic voidsetSubject(Variable messageVar, Variable subjectVar) static void
-
Constructor Details
-
MailerApi
public MailerApi()
-
-
Method Details
-
createMessage
public static <T> T createMessage() throws jakarta.mail.MessagingException- Throws:
jakarta.mail.MessagingException
-
addAttachment
public static void addAttachment(Variable messageVar, Variable nameVar, Variable resourceVar) throws CronappFrameworkException - Throws:
CronappFrameworkException
-
addInlineAttachment
public static void addInlineAttachment(Variable contentIdVar, Variable messageVar, Variable resourceVar) throws Exception - Throws:
Exception
-
setText
public static void setText(Variable messageVar, Variable plainTextVar, Variable htmlTextVar) throws CronappFrameworkException - Throws:
CronappFrameworkException
-
addTo
public static void addTo(Variable messageVar, Variable addressVar, Variable nameVar) throws CronappFrameworkException - Throws:
CronappFrameworkException
-
addCc
public static void addCc(Variable messageVar, Variable addressVar, Variable nameVar) throws CronappFrameworkException - Throws:
CronappFrameworkException
-
addBcc
public static void addBcc(Variable messageVar, Variable addressVar, Variable nameVar) throws CronappFrameworkException - Throws:
CronappFrameworkException
-
setSubject
public static void setSubject(Variable messageVar, Variable subjectVar) throws CronappFrameworkException - Throws:
CronappFrameworkException
-
setFrom
public static void setFrom(Variable messageVar, Variable addressVar, Variable nameVar) throws CronappFrameworkException - Throws:
CronappFrameworkException
-
send
-
schedule
- Throws:
CronappFrameworkException
-