Creates a new SMTP server.
            
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- serverName
 - Type: 
System String
Name of the server (IP or DNS) 
- userName
 - Type: 
System String
Username 
- password
 - Type: 
System String
Password 
- useSSL
 - Type: 
System Boolean
If true, SSL should be used 
- priority
 - Type: CMS.EmailEngine SMTPServerPriorityEnum
Priority 
Return Value
Type: SMTPServerInfoSee Also