initial commit.

not working
This commit is contained in:
Matthias Heil
2026-01-12 16:13:45 +01:00
parent db719906e3
commit 68d2e02bdc
14 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// See https://aka.ms/new-console-template for more information
using System.Net.Mail;
var displayName = "Thomas Ardal";
var email = "thomas@elmah.io";
var mailAddress = new MailAddress(email, displayName);
return;