예제 #1
0
 public SmtpPostalOfficeTests()
 {
     _smtpServer = new LocalSmtpServer(SmtpHost, SmtpPort, ApiPort);
     _smtpServer.Start();
 }
예제 #2
0
 public BirthdayGreetingsKataTests()
 {
     _smtpServer = new LocalSmtpServer(SmtpHost, SmtpPort, ApiPort);
     _smtpServer.Start();
 }