How to send mail through SQL Server Triggers
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
you first need to configureDatabase Mail in SQL Server 2005[^] then send the mail from your trigger.
Hesham A. Amin My blog
-
you first need to configureDatabase Mail in SQL Server 2005[^] then send the mail from your trigger.
Hesham A. Amin My blog
What about SQL 2000? Thanks.
-
What about SQL 2000? Thanks.
You should find required information at: xp_sendmail[^]
Hesham A. Amin My blog