Package | Description |
---|---|
fr.paris.lutece.portal.service.mail | |
fr.paris.lutece.util.mail |
Modifier and Type | Method and Description |
---|---|
static List<UrlAttachment> |
MailService.getUrlAttachmentList(String strHtml,
String strBaseUrl,
boolean useAbsoluteUrl)
Extract a collection of elements to be attached to a mail from an HTML string.
|
List<UrlAttachment> |
MailItem.getUrlsAttachement()
return the list of urls attachement
|
Modifier and Type | Method and Description |
---|---|
static void |
MailService.sendMailMultipartHtml(String strRecipientsTo,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<UrlAttachment> urlsAttachement)
Send a HTML message asynchronously with the attachments associated to the message .
|
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 .
|
void |
MailItem.setUrlsAttachement(List<UrlAttachment> urlsAttachement)
set the list of urls attachement
|
Modifier and Type | Method and Description |
---|---|
List<UrlAttachment> |
HtmlDocument.getAllUrlsAttachement(fr.paris.lutece.util.mail.HtmlDocument.ElementUrl elementType)
Get the urls of all html elements specified by elementType
|
Copyright © 2020 City of Paris. All rights reserved.