Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Failure sending mail

Author  Topic 

rexyrexin
Starting Member

19 Posts

Posted - 2011-07-18 : 08:11:01
I tried to send the mail and its saying.
"Failure sending mail: The transport failed to connect to the server."

I changed smtpserver name to mycompany.com but stills I cant get it. Please help.

rexyrexin
Starting Member

19 Posts

Posted - 2011-07-18 : 09:55:38
I made changes to rsconfig.

<SMTPServer>smtp.mycompanydomain</SMTPServer>
<SMTPServerPort>25</SMTPServerPort>
<SMTPServerPickupDirectory>C:\Inetpub\mailroot\Pickup</SMTPServerPickupDirectory>
<SendUsing>1</SendUsing>


And the mail is successfully sent to the pickup folder but it is not sent to outside servers. It says "Failure sending mail: The transport failed to connect to the server."

Why I cant send a mail to other servers?
Go to Top of Page
   

- Advertisement -