Can we send mail by sqlserver without using smtpserver in dot net?

Questions by sbehera02   answers by sbehera02

Showing Answers 1 - 3 of 3 Answers

By using xp_sendmail store procedure we can do this but my problem is what parameter needs to be pass to this store procedure if I want to send mail from my local machine to another user, bcos I am geeting this error msg in query analyzer...

Query:-EXEC master..xp_sendmail 'ss35934' (ss35934 is valid user name present into my local nerwork)

Error msg:- xp_sendmail: failed with mail error 0x80040111

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions