Skip to content

Instantly share code, notes, and snippets.

View sashithacj's full-sized avatar

Sashitha Chamara sashithacj

View GitHub Profile
@wattanar
wattanar / mailkit_example.cs
Last active January 3, 2023 13:53
C# Send Email With MailKit
namespace ConsoleApp
{
class Program
{
static void Main(string[] args)
{
var message = new MimeMessage();
var bodyBuilder = new BodyBuilder();
// from