Posted By: Matt Mower
Date: 2007-10-04 11:30
Summary: mailtrap 0.1.0 Released
Project: rubymatt
mailtrap version 0.1.0 has been released!
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:
Changes:
## 1.0.0 / 2007-10-03
* 1 major enhancement * Birthday! |
|