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.1.5347.20411)
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