Devloper-Smtp-Server is a tiny SMTP server that is designed to allow developers to quickly check the mail sending functions of their application are working.
- Simple GUI
- Multi-threaded, allows you to plug the server component into your own solution
- Start the server with: DeveloperSmtpGui.exe
- Point your mail-sending application to localhost, on port 25.
- Send your mail, get satisfaction from the fact that it shows in server's window.
That's it.
You can customise the port and ip address being used by the server. All configurations are contained in the App.config file.
The line below defines the Ip Address being used by Super-Smtp-Sever.
- Any means any ip address that your computer has.
- If you want to specify an ip address, put it in standard IP for. (eg. 192.168.1.10)
The line below defines the port that Super-Smtp-Server uses.