DEV Community

Khuram Shahzad
Khuram Shahzad

Posted on

Issue in sending email with file attachment in C#

I am trying to send email with one or more than one file attachment. I am trying from last 5 days but its not working for me. I am tried a lot of code, Its send email but it does not send the attachment.

C# Code:

    string password = password_textBox.Text;

Top comments (1)

Collapse
 
polterguy profile image
Thomas Hansen

Check out MimeKit and MailKit. If you're a medium skilled C# developer you'll figure it out in a short time ...