public SmtpPostalOfficeTests() { _smtpServer = new LocalSmtpServer(SmtpHost, SmtpPort, ApiPort); _smtpServer.Start(); }
public BirthdayGreetingsKataTests() { _smtpServer = new LocalSmtpServer(SmtpHost, SmtpPort, ApiPort); _smtpServer.Start(); }