nDumbster .Net fake SMTP server

SimpleSmtpServer.Start Method (Int32)

[This is preliminary documentation and subject to change.]

Creates and starts an instance of SimpleSmtpServer that will listen on a specific port.

public static SimpleSmtpServer Start(
   int port
);

Parameters

port
port number the server should listen to

Return Value

The SmtpServer waiting for message

See Also

SimpleSmtpServer Class | nDumbster.smtp Namespace | SimpleSmtpServer.Start Overload List