views:

62

answers:

0

Is there a managed interface that can be used within a CLR Stored Procedure to send mail via the configured DBMAIL profiles?

I am looking to send emails with attachments that will be downloaded from a web service so I am hoping to be able to send these without having to spool them out to disk in order to use the standard DBMAIL stored procedures and I am already using CLR/SP to call the web service to get the attachment.