Stream attachments from SQL database for Mail
How do I stream attachments that are currently stored in an SQL database? I am trying to create a Windows Service to send mail with attachments.
If it is too complex are there any alternatives?
How do I stream attachments that are currently stored in an SQL database? I am trying to create a Windows Service to send mail with attachments.
If it is too complex are there any alternatives?
I saw in a another forum, there is something called aspNetEmail using a 3rd party dll to stream attachments.
System.Net.Mail.MailMessage
System.Net.Mail.Attachment
System.Net.Mail.SmtpClient