July 11, 2005 at 4:08 pm
Can any1 tell me how do to set up my sql server to send emails either by sql mail or through any stored procedure..
Thanks in advance
Joel
July 11, 2005 at 6:19 pm
Here's a link to a 'Database Journal' article written by Muthusamy Anantha Kumar that has several methods shown step by step. You'll have to modify the code a little bit for your use. But all in all it's not a bad intro.
http://www.databasejournal.com/features/mssql/article.php/3489111
July 11, 2005 at 6:34 pm
July 12, 2005 at 1:31 am
Personnaly I'm using http://www.sqldev.net/xp/sp_smtp_sendmail.htm for sending mails. It can send text or HTML mails, fast and reliable
Bye
Gabor
July 12, 2005 at 7:32 am
And I have had great success using BLAT http://www.blat.net/ called from xp_cmdshell in environments where sqlmail is inappropriate.
jg
July 12, 2005 at 1:19 pm
I like SMTP from VB script
I also tried Database Mail of SQL Server 2005 CTP evaluatiuon copy. It is not difficult to set up and works fine. See Books Online 2005 topic "Database Mail Configuration Wizard"
Yelena
Regards,Yelena Varsha
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply