Uses of Class
de.aristaflow.adept2.model.mail.EmailResult
-
Packages that use EmailResult Package Description de.aristaflow.adept2.base.mailservice de.aristaflow.adept2.core.mailservice -
-
Uses of EmailResult in de.aristaflow.adept2.base.mailservice
Methods in de.aristaflow.adept2.base.mailservice that return EmailResult Modifier and Type Method Description EmailResult
MailService. sendMail(SessionToken session, Email mail, boolean allowAsyncRetry)
Sends the designated mail which needs at least one recipient, a subject and a body/text.EmailResult
MailService. sendMail(SessionToken session, Email mail, Map<String,String> addAttributes, boolean allowAsyncRetry)
Sends the designated mail which needs at least one recipient, a subject and a body/text.EmailResult
MailService. sendMail(SessionToken session, String from, List<String> to, List<String> cc, List<String> bcc, String subject, String body, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated sender, subject and body.EmailResult
MailService. sendMail(SessionToken session, String from, List<String> to, List<String> cc, List<String> bcc, String subject, String body, List<SerialisableAttachment> attachments, Map<String,String> addAttributes, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated sender, subject and body.EmailResult
MailService. sendMail(SessionToken session, List<String> to, String subject, String body, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated subject and the designated body.EmailResult
MailService. sendMail(SessionToken session, List<String> to, String subject, String body, Map<String,String> addAttributes, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated subject and the designated body and the optional additional attributes.EmailResult
MailService. sendMail(SessionToken session, List<String> to, List<String> cc, List<String> bcc, String subject, String body, List<SerialisableAttachment> attachments, Map<String,String> addAttributes, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated subject and body and the default sender from theMailService
.EmailResult
MailService. sendMail(SessionToken session, List<String> to, List<String> cc, List<String> bcc, String subject, String body, Map<String,String> addAttributes, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated subject and the designated body and the optional additional attributes. -
Uses of EmailResult in de.aristaflow.adept2.core.mailservice
Methods in de.aristaflow.adept2.core.mailservice that return EmailResult Modifier and Type Method Description EmailResult
MailService. sendMail(SessionToken session, Email mail, boolean allowAsyncRetry)
Sends the designated mail which needs at least one recipient, a subject and a body/text.EmailResult
MailService. sendMail(SessionToken session, Email mail, Map<String,String> addAttributes, boolean allowAsyncRetry)
Sends the designated mail which needs at least one recipient, a subject and a body/text.EmailResult
MailService. sendMail(SessionToken session, String from, List<String> to, List<String> cc, List<String> bcc, String subject, String body, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated sender, subject and body.EmailResult
MailService. sendMail(SessionToken session, String from, List<String> to, List<String> cc, List<String> bcc, String subject, String body, List<SerialisableAttachment> attachments, Map<String,String> addAttributes, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated sender, subject and body.EmailResult
MailService. sendMail(SessionToken session, List<String> to, String subject, String body, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated subject and the designated body.EmailResult
MailService. sendMail(SessionToken session, List<String> to, String subject, String body, Map<String,String> addAttributes, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated subject and the designated body and the optional additional attributes.EmailResult
MailService. sendMail(SessionToken session, List<String> to, List<String> cc, List<String> bcc, String subject, String body, List<SerialisableAttachment> attachments, Map<String,String> addAttributes, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated subject and body and the default sender from theMailService
.EmailResult
MailService. sendMail(SessionToken session, List<String> to, List<String> cc, List<String> bcc, String subject, String body, Map<String,String> addAttributes, boolean allowAsyncRetry)
Sends a mail to the designated recipients having the designated subject and the designated body and the optional additional attributes.
-