|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailerResult | |
|---|---|
| org.olat.core.util.mail | |
| org.olat.course.nodes.projectbroker.service | |
| Uses of MailerResult in org.olat.core.util.mail |
|---|
| Methods in org.olat.core.util.mail that return MailerResult | |
|---|---|
static MailerResult |
MailHelper.removeDisabledMailAddress(java.util.List<Identity> identities,
MailerResult result)
check for disabled mail address |
MailerResult |
MailerWithTemplate.sendMail(Identity recipientTO,
java.util.List<Identity> recipientsCC,
java.util.List<Identity> recipientsBCC,
MailTemplate template,
Identity sender)
Send a mail to the given identity and the other recipients (CC and BCC) using the template. |
MailerResult |
MailerWithTemplate.sendMailAsSeparateMails(java.util.List<Identity> recipientsTO,
java.util.List<Identity> recipientsCC,
java.util.List<Identity> recipientsBCC,
MailTemplate template,
Identity sender)
Send a mail to the given identities (TO, CC and BCC) using the template. |
MailerResult |
MailerWithTemplate.sendMailUsingTemplateContext(Identity recipientTO,
java.util.List<Identity> recipientsCC,
java.util.List<Identity> recipientsBCC,
MailTemplate template,
Identity sender)
Send email and use the given template-context. |
| Methods in org.olat.core.util.mail with parameters of type MailerResult | |
|---|---|
static void |
MailHelper.appendErrorsAndWarnings(MailerResult mailerResult,
java.lang.StringBuilder errors,
java.lang.StringBuilder warnings,
java.util.Locale locale)
Method to evaluate the mailer result. |
static javax.mail.internet.MimeMessage |
MailHelper.createMessage(javax.mail.Address from,
javax.mail.Address[] recipients,
javax.mail.Address[] recipientsCC,
javax.mail.Address[] recipientsBCC,
java.lang.String body,
java.lang.String subject,
java.io.File[] attachments,
MailerResult result)
create MimeMessage from given fields, this may be used for creation of the email but sending it later. |
static void |
MailHelper.printErrorsAndWarnings(MailerResult mailerResult,
WindowControl wControl,
java.util.Locale locale)
Method to evaluate the mailer result and disply general error and warning messages. |
static MailerResult |
MailHelper.removeDisabledMailAddress(java.util.List<Identity> identities,
MailerResult result)
check for disabled mail address |
static void |
MailHelper.sendMessage(javax.mail.Address from,
javax.mail.Address[] recipients,
javax.mail.Address[] recipientsCC,
javax.mail.Address[] recipientsBCC,
java.lang.String body,
java.lang.String subject,
java.io.File[] attachments,
MailerResult result)
Send an email message to the given TO, CC and BCC address. |
static void |
MailHelper.sendMessage(javax.mail.internet.MimeMessage msg,
MailerResult result)
send email with MimeMessage available |
| Uses of MailerResult in org.olat.course.nodes.projectbroker.service |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||