I'm tired of dealing with the MAPI client to send all of my SQL Server email. I have searched the Internet and so far have not found a suitable replacement with the functionality that I need. I did find a "replacement" dll from opcode.com which uses standard SMTP, but it won't handle attachments, which is critical to my usage, and it doesn't utilize the same params that xp_sendmail uses. The only reason I would replace the xp_sendmail is that I heavily utilize the scheduling and maintenance plans built into SQL that call the xp_sendmail for their email alerts.
I need to know if there is anyone out there who has taken the radical step of replacing their xp_sendmail Extended Stored Proc with another dll (calling it xp_sendmail and using all the same parameters) that uses SMTP Mail (instead of MAPI) with the mime encoding to handle attachments?
I'm just trying to save myself some time and effort, and would probably be willing to purchase this snippet of code if the price was right.
Thanks,
Adam
I need to know if there is anyone out there who has taken the radical step of replacing their xp_sendmail Extended Stored Proc with another dll (calling it xp_sendmail and using all the same parameters) that uses SMTP Mail (instead of MAPI) with the mime encoding to handle attachments?
I'm just trying to save myself some time and effort, and would probably be willing to purchase this snippet of code if the price was right.
Thanks,
Adam