how to send mail from sql server 2008?
how to send mail from sql server 2008?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Apr 25, 2013, 6:16 AM
with the help of sp_send_dbmail we can send email through SQL server
for this we have do some configuration on database server.
please refer
http://blog.sqlauthority.com/2008/08/23/sql-server-2008-configure-database-mail-send-email-from-sql-database/
http://msdn.microsoft.com/en-us/library/ms190307.aspx
hope this will help you.