MailController Fields |
The MailController type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | MailMessageProcesser |
MailMessageProcesser allows delgation of additional Mail formatting and Validation of whether the mail should be skipped.
The delegation is:
- Done from the two main mail functions SendMail and SendEventMail.
- Performed just before sending the email and allows for additional formatting or skipping og mails.
Returning false from this delegate will skip mail sending.
|