2026-01-12 16:13:45 +01:00
|
|
|
|
// See https://aka.ms/new-console-template for more information
|
|
|
|
|
|
using System.Net.Mail;
|
|
|
|
|
|
|
2026-01-19 10:59:41 +01:00
|
|
|
|
var mailAddress = new MailAddress("thomas@elmah.io", "Thomas Ardal");
|
|
|
|
|
|
var mailAddress2 = new MailAddress("matt@xxx.com", "Matthias Heil");
|
2026-01-12 16:13:45 +01:00
|
|
|
|
return;
|