ASP and xp_sendmail
I created a stored procedure which creates some sales reports.
At the end of the sproc I use xp_sendmail to email the reports to specific users.
This works wonderfully.
However, when I execute the sproc from within an asp no mail is sent.
There are no error messages. Everything works as it should except the email.
Does anyone know why this is?
Thanks in Advance,
DL
|