Hi All
I have migrated a SQl 2000 db to SQL 2005. The origininal db contained triggers that used the XP_Sendmail procedure to send emails on inserts/deletes...
I have configured SQL 2005 not to use SQL Mail but Database Mail, which is configured and working fine and had no intention of using SQL Mail on this server. I am hoping there is an equivalent procedure to XP_sendmail or simple method to send mail from withing my code using Database Mail.
Any help would be much appreciated.
Thanks
PJ