Sending email after a database column is updated

The Hitman

New Member
I have a web app for a client built in C# .Net 3.5. The web app does lots of things and there is one part where I send some data via an asychronous web request to do some processing on the database. This can take anywhere from 5 to 60 minutes. I then created a SQL trigger that when the column in the database that uses the Database Mail to send mail (via msdb.dbo.sp_send_dbmail).This works fine, but our client forbids us to send mail from the database server.Anyone have an alternative to this?
 
Back
Top