Thursday, March 29, 2007

Sending SMTP Mail using a Stored Procedure - SQL Server Information at SQLTeam.com

Sending SMTP Mail using a Stored Procedure - SQL Server Information at SQLTeam.com:

One of the downsides of SQL Mail is the fact that it is tied to a MAPI Profile. Here is a way to send email using the sp_OACreate procedure to call a third party SMTP component.

No comments: