Esempio n. 1
0
 private static async Task Run()
 {
     var server = new MailServer(25, 1000);
     await server.Run();
 }