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.16.0 August 31, 2026 (44.5 KB)
- 2.15.0 August 28, 2026 (44 KB)
- 2.14.0 August 17, 2026 (43 KB)
- 2.13.0 August 04, 2026 (40.5 KB)
- 2.12.0 July 27, 2026 (40.5 KB)
- 0.2.1 October 11, 2007This gem version was imported to RubyGems.org on July 25, 2009. The date displayed was specified by the author in the gemspec. (9.5 KB)