| SMTPServerSiteInfoProviderAddSMTPServerToSite Method | 
            Sets relationship between specified server and site.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void AddSMTPServerToSite(
	int smtpServerId,
	int siteId
)
Parameters
- smtpServerId
- Type: SystemInt32
 SMTP Server ID
- siteId
- Type: SystemInt32
 Site ID
 See Also
See Also