Temporary email service using gen_smtp, Elixir, and SQLite.
- Install Erlang/OTP 27 and Elixir(1.16.3)
- mix deps.get
- mix ecto.migrate
- mix run --no-halt
python3 test/send_email.py the_generated_temporary_email_address
Eg: http://localhost:4000/emails/{the_generated_temporary_email_address}
config :temp_mail, TempMail.SMTPServer,
port: 2525,
domain: "localhost"