nDumbster .Net fake SMTP server

SimpleSmtpServer.Start Method

Creates an instance of SimpleSmtpServer and starts it.

Overload List

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);

See Also

SimpleSmtpServer Class | nDumbster.smtp Namespace