Subscription Types :
1) Standard
2) Data Driven
SMTP Server Configs
1) Remote (Requirement : domain a/c must have sent mail rights or anonymous access or use server ip as below)
settings in rsreportserver.config file:
UrlRoot = http://<localhost>/ReportServer
SMTPServer = 123.34.4.5 Or Fully qualified Domain Name Or UNC name of comp in intranet.
SendUsing = 2
From = abc.xyz@company.com
2) local(Requirement : domain a/c must have sent mail rights or anonymous access)
SMTPServer = <keep blank>
SendUsing = 1