MColeman
Programmer
- Sep 23, 2002
- 242
Does anyone know of any problems that may be created by sending email with a trigger?
My project has a requirement that an email be sent after an update of a table.
I am uncomfortable putting an email inside of a trigger. My instinct would be to have the trigger add an entry to
another table, then have a scheduled DTS pick up these table entries and send the email.
My project has a requirement that an email be sent after an update of a table.
I am uncomfortable putting an email inside of a trigger. My instinct would be to have the trigger add an entry to
another table, then have a scheduled DTS pick up these table entries and send the email.