Send mail with inline attachments -
06-02-2004
, 11:51 PM
I am currently using the popular xpsmtp component to send SMTP mail out of a stored procedure. Although this library works well for HTML-formatted email, our new message format requires images in the message body - to appear as an inline attachment. As I understand the xpsmtp documentation, this cannot happen. I want to keep our email notifications implemented as scheduled jobs in SQL Server. What are my other options? Can this format be done with CDO in a stored proc or a DTS package
THANK
Ben |