Package | Description |
---|---|
fr.paris.lutece.portal.service.mail |
Modifier and Type | Method and Description |
---|---|
List<FileAttachment> |
MailItem.getFilesAttachement()
Returns a collection of files attachement
|
Modifier and Type | Method and Description |
---|---|
static void |
MailService.sendMailMultipartHtml(String strRecipientsTo,
String strRecipientsCc,
String strRecipientsBcc,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<UrlAttachment> urlsAttachement,
List<FileAttachment> filesAttachement)
Send a HTML message asynchronously with the attachments associated to the message and attached files .
|
static void |
MailService.sendMailMultipartHtml(String strRecipientsTo,
String strRecipientsCc,
String strRecipientsBcc,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<UrlAttachment> urlsAttachement,
List<FileAttachment> filesAttachement,
boolean bUniqueRecipientTo)
Send a HTML message asynchronously with the attachments associated to the message and attached files .
|
static void |
MailService.sendMailMultipartText(String strRecipientsTo,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<FileAttachment> filesAttachement)
Send a text message asynchronously with attached files.
|
static void |
MailService.sendMailMultipartText(String strRecipientsTo,
String strRecipientsCc,
String strRecipientsBcc,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<FileAttachment> filesAttachement)
Send a text message asynchronously with attached files.
|
static void |
MailService.sendMailMultipartText(String strRecipientsTo,
String strRecipientsCc,
String strRecipientsBcc,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<FileAttachment> filesAttachement,
boolean bUniqueRecipientTo)
Send a text message asynchronously with attached files.
|
void |
MailItem.setFilesAttachement(List<FileAttachment> fileAttachements)
Set a collection of files attachement
|
Copyright © 2020 City of Paris. All rights reserved.