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 sequentially numbered files on disk (hence the name Mail_trap_). You can configure the hostname (default: localhost) and port (default: 2525) for the server and also where the messages get written (default: /var/tmp). Messages will get written to files named smtp0001.msg, smtp0002.msg, and so on. == 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.0 October 03, 2007* (9.5 KB)