Skip to content

eugenehr/testmailsrv

Repository files navigation

testmailsrv

An Erlang/OTP™ based SMTP/POP3 server for testing purposes.

Requirements

You need an Erlang™ 19 or newer installed on your machine.

Build

$ rebar3 release

Command line arguments

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.

Java version

A Java™-based version with GUI is also available.

Licensing mumbo-jumbo

This software is licensed under the Apache License, Version 2.0.

About

A SMTP/POP3 mail server for testing purposes (Erlang)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages