Hi Friends,
Can we send email from database ? if yes how can ?
Loading
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 May 7, 2012, 11:40 PM
yes you can send mail using SQL server(database).
there is inbuild sp called "sp_send_dbmail" using same you can...
please refer
http://www.codeproject.com/Articles/29060/SQL-SERVER-2008-Configure-Database-Mail-Send-Email
http://weblogs.sqlteam.com/mladenp/archive/2007/07/01/60245.aspx
hope this help.
Satyapriya NayakPosted May 7, 2012, 10:31 PM
Please refer the below link
http://blog.sqlauthority.com/2008/08/23/sql-server-2008-configure-database-mail-send-email-from-sql-database/
Thanks