How to Configure and run DataBase Mail in SQL Server
Posted
by Nasser Hajloo
on Stack Overflow
See other posts from Stack Overflow
or by Nasser Hajloo
Published on 2010-05-18T12:34:42Z
Indexed on
2010/05/18
12:41 UTC
Read the original article
Hit count: 355
How to enable and run Database Mail in SQL Server 2008 . I know that it need
Enabling Service Broker
Configuring SMTP (a Mail server is needed)
Using Configuration Storeprocedure.
I don't know what's the relation between application and dataBase mail. Actually How to enable Database mail for a RollBack and Commit Transaction ? (not for all SP , just for some of them)
© Stack Overflow or respective owner