Skip to content

Instantly share code, notes, and snippets.

@MKovacs13
MKovacs13 / Program.cs
Created July 6, 2023 20:22 — forked from mvklingeren/Program.cs
Sending a .EML file in C# using MailMessage with the SmtpClient
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Mail;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace MailMeml