Mailtrap is a mock SMTP server for use in Rails development. Mailtrap waits on your choosen port for a client to connect and talks _just enough_ SMTP protocol for ActionMailer to successfully deliver its message. Mailtrap makes *no* attempt to actually deliver messages and, instead, writes them into a file (hence the name Mail_trap_). Handy tip: use tail -f to see emails being received. You can configure the hostname (default: localhost) and port (default: 2525) for the server and also where the messages get written (default: /var/tmp/mailtrap.log). == FEATURES/PROBLEMS:
Required Ruby Version
> 0.0.0
Authors
Matt Mower
Versions
- 2.11.1 July 02, 2026 (36.5 KB)
- 2.11.0 May 14, 2026 (35.5 KB)
- 2.10.0 March 23, 2026 (31.5 KB)
- 2.9.0 March 13, 2026 (28.5 KB)
- 2.8.0 March 03, 2026 (27.5 KB)
- 0.2.1 October 11, 2007* (9.5 KB)