SSRS - SMTP Configuration

Who is online?  0 guests and 0 members
Home  »  Articles  »  SSRS - SMTP Configuration

SSRS - SMTP Configuration

change text size: A A A
Published: 12/22/2009 by  ashishkhade  - Views:  [839]  

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)

settings in rsreportserver.config file:

UrlRoot = http://<localhost>/ReportServer

SMTPServer = <keep blank>

SendUsing = 1

From = abc.xyz@company.com

lxrupesh likes this.
 
0
/5
Avg: 0/5: (0 votes)

Comments (no comments yet)

  • Name:*
  • Email:*
  • Website:
Type the characters you see in the image: *

Most Recent Articles