Internal method that asynchronously sends an e-mail through the SMTP server.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Site name
- message
- Type: System.Net.Mail MailMessage
E-mail message
- smtpServer
- Type: CMS.EmailEngine SMTPServerInfo
SMTP server
- emailToken
- Type: CMS.EmailEngine EmailToken
E-mail token that represents the message being sent
See Also