Tagged Questions
0
votes
1answer
1k views
Send mail to multiple recipients with attachment ASP.NET
I am building a simple e-mail application to send emails to a list of people with an attachment.
To be able to add an attachment (from what I have found out) I need to use System.Web.Mail.
Is there ...