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 2000 Forums
 SQL Server Administration (2000)
 Getting error in xp_sendmail

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-09-13 : 06:27:01
Bhavin writes "I am getting "Server: Msg 18025, Level 16, State 1, Line 0
xp_sendmail: failed with mail error 0x80004005" error when I execute xp_sendmail procedure from "master" database. I am execute sp like
xp_sendmail
@recipients='bhavin.dave@cyberthinkinfotech.com',
@subject='testing subject',
@Message='testing message!'

Please let me know the solution."

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2006-09-13 : 10:36:17
there are a bunch of articles in the microsoft KB regarding this error.

http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B820220




-ec
Go to Top of Page
   

- Advertisement -