dbTalk Databases Forums  

xp_sendmail: failed with mail error 0x80040403

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss xp_sendmail: failed with mail error 0x80040403 in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Stephen2
 
Posts: n/a

Default xp_sendmail: failed with mail error 0x80040403 - 07-10-2007 , 05:39 AM






I'm trying to send an email using master..xp_sendmail with parms and
the default Outlook profile. I can successfully test the profile on my
own computer and on the server.

I'm running using Windows authentication and have given myself full
admin rights in MSSQL.

Which account is mssql trying to send the email from? Is it the
servers or my local clients?

The mailbox does not appear to be full and it's possible to send &
receive emails on the server and on my own machine.

What could be a possible cause or the next thing I can check?

Thanks!


Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: xp_sendmail: failed with mail error 0x80040403 - 07-10-2007 , 06:40 AM






Stephen2 (Stephen (AT) mailinator (DOT) com) writes:
Quote:
I'm trying to send an email using master..xp_sendmail with parms and
the default Outlook profile. I can successfully test the profile on my
own computer and on the server.

I'm running using Windows authentication and have given myself full
admin rights in MSSQL.

Which account is mssql trying to send the email from? Is it the
servers or my local clients?

The mailbox does not appear to be full and it's possible to send &
receive emails on the server and on my own machine.

What could be a possible cause or the next thing I can check?
If there is one thing I try to stay away from it's the combination of
mail and SQL Server. But if you need to struggle with this, consider
using xp_smtpmail instead of using xp_sendmail to save some hassle.
Check out http://www.sqldev.net/xp/xpsmtp.htm.

This is for SQL 2000. If you are SQL 2005, you should use the new stuff,
and definitely stay away from xp_sendmail.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.