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.
Author |
Topic |
rajkumarrai_bis
Yak Posting Veteran
78 Posts |
Posted - 2009-02-02 : 09:29:18
|
I have created a database mail profileThis profile is able to send mail to our company emailids but not to outside emailidsit gives following error in mail logThe mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 2 (2009-02-02T19:22:55). Exception Message: Cannot send mails to mail server. (Transaction failed. The server response was: <abcd@yahoo.com>: Relay access denied).when i try to change smtp authentication account it gives following errorUpdate account 'dbmailacc' for SMTP server 'mailserver.com' (Error)Unable to update account dbmailacc for SMTP server Microsoft.SqlServer.Management.SqlManagerUI.SQLiMailServer.Set mail server login password failed for MailServer 'mailserver.com'. (Microsoft.SqlServer.Smo)An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)An error occurred during decryption. (Microsoft SQL Server, Error: 15466)any help would be greatly appreciated |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-02-02 : 09:32:54
|
Are you sure you used correct password?quote: Set mail server login password failed
E 12°55'05.63"N 56°04'39.26" |
 |
|
heavymind
Posting Yak Master
115 Posts |
Posted - 2009-02-02 : 09:33:07
|
Are you able to send outside mails using for instance outlook express with this account? check the mail server settings...Thanks, VadymMCITP DBA 2005/2008Chief DBA at http://www.db-staff.com |
 |
|
tripodal
Constraint Violating Yak Guru
259 Posts |
Posted - 2009-02-02 : 15:55:49
|
When this error message appears, outside of sql, you need to enable outgoing server authentication.It appears to me your sql server may be attempting to deliver mail for yahoo via a server w/o relay permission. |
 |
|
|
|
|