-
Notifications
You must be signed in to change notification settings - Fork 351
Getting Started
-
Install smtp4dev by following the instruction here
-
Run
Rnwood.Smtp4dev(.exe)
(or if using the .NET tool or docker, it's different - see the link above) -
Open the web interface in your browser.
Smtp4dev prints out the address of the web interface to the console as it starts up. It's http://localhost:5000 by default.
Now listening on: http://localhost:5000
-
Check that the SMTP server has started successfully.
This is shown at the top right of the screen and should say
SMTP server is listning on port X
.If it instead says something else, this usually indicates that another program is using this port, or you do not have permission to use this port. You can pick a different port in the settings dialog; click the settings button at top right of screen.
-
Configure your mail sending apps.
Any programs that you want to send mail to smtp4dev need to be configured so that they send mail via SMTP to the host/address and port number where smtp4dev is running. Use the port number you saw/chose above.
-
Any messages received by smtp4dev will be displayed in the list.