Interface EmailModuleDelegate
Deprecated.
since 10.12.
Use Email Connector from Mendix Marketplace instead.
Provides the interface for sending emails. This is an internal class that is not to be used and may change at any time.
-
Method Summary
-
Method Details
-
mail
void mail(ISMTPConfiguration configuration, String htmlmsg, String plainmsg, String subject, List<String> to, List<String> cc, List<String> bcc, IContext context, List<IMendixObject> attachments) throws CoreException Deprecated.Sends an email with the provided details.- Parameters:
configuration
- the SMTP configuration to sendhtmlmsg
- the HTML message to sendplainmsg
- the plain text message to sendsubject
- the email subjectto
- the To: addressescc
- the Cc: addressesbcc
- the Bcc: addressescontext
- the context to use for sending the messageattachments
- the Mendix objects to attach to the message- Throws:
CoreException
-