An Erlang/OTP™ based SMTP/POP3 server for testing purposes.
You need an Erlang™ 19 or newer installed on your machine.
$ rebar3 release
Argument | Description |
---|---|
-smtp <port> | Start the SMTP server on the given port |
-pop3 <port> | Start the POP3 server on the given port |
-maildir <path> | Path to directory to store user's mailboxes. Setting %MAILDIR% environment variable also enabled instead. |
-tempdir <path> | Path to directory to store temporary files. Setting %TEMP% or %TMP% environment variables also enabled instead. |
-redirect <sender|none|[email protected]> | Redirect incoming messages to the sender's mailbox (sender), to the given address ([email protected] for example) or disable redirection (none). Disabled by default. |
A Java™-based version with GUI is also available.
This software is licensed under the Apache License, Version 2.0.