Uses of Class
de.aristaflow.adept2.model.mail.EmailResult
Packages that use EmailResult
-
Uses of EmailResult in de.aristaflow.adept2.base.mailservice
Methods in de.aristaflow.adept2.base.mailservice that return EmailResultModifier and TypeMethodDescriptionMailService.sendMail(SessionToken session, Email mail, boolean allowAsyncRetry) Sends the designated mail which needs at least one recipient, a subject and a body/text.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.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.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.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.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.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.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 EmailResultModifier and TypeMethodDescriptionMailService.sendMail(SessionToken session, Email mail, boolean allowAsyncRetry) Sends the designated mail which needs at least one recipient, a subject and a body/text.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.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.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.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.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.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.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.