Migrating a legacy database from SQL Server 2000, and there are a few scheduled tasks that use SP_OACreate
& CDOSYS
to send emails to an open SMTP relay as in this KB article: http://support.microsoft.com/kb/312839
In SQL Server 2008 R2, what's the best (simplest) way to replace the sendmail functionality? It seems like DB Mail is the new best recommended way, anyone have much experience with it or another alternative?