public interface MailLog
Modifier and Type | Method and Description |
---|---|
void |
logSentMail(boolean success,
String messageId,
String sender,
String senderName,
String receiver,
String receiverName,
String subject,
String text,
String html,
String type)
Invoked once a mail was tried to be sent.
|
void logSentMail(boolean success, String messageId, String sender, String senderName, String receiver, String receiverName, String subject, String text, String html, String type)
success
- flag indicating if the mail was successfully sentmessageId
- id of the message assigned by Javamailsender
- email address of the sendersenderName
- name of the senderreceiver
- email address of the receiverreceiverName
- name of the receiversubject
- subject line of the mailtext
- text part of the mailhtml
- html part of the mailtype
- type of the mailCopyright © 2018. All rights reserved.