Creates an instance of SimpleSmtpServer and starts it.
Creates and starts an instance of SimpleSmtpServer that will listen on the default port.
public static SimpleSmtpServer Start();
Creates and starts an instance of SimpleSmtpServer that will listen on a specific port.
public static SimpleSmtpServer Start(int);