This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 03 10:20:17 -0800 2008 | |
| |
ChangeLog | Fri Nov 07 11:33:49 -0800 2008 | |
| |
README | Fri Nov 07 10:21:31 -0800 2008 | |
| |
Rakefile | Mon Nov 03 10:20:17 -0800 2008 | |
| |
bin/ | Sun Nov 02 09:21:41 -0800 2008 | |
| |
lib/ | Fri Nov 07 11:33:49 -0800 2008 | |
| |
mocksmtpd.gemspec | Fri Nov 07 11:33:49 -0800 2008 | |
| |
templates/ | Fri Nov 07 11:33:49 -0800 2008 | |
| |
test/ | Sun Nov 02 09:19:57 -0800 2008 |
README
= mocksmtpd == Description Mocksmtpd is a SMTP server for developping and testing web application. This SMTP server does not send mail anywhere. Otherwise, save all mails as HTML format. You can test mail using browser testing tools like Selenium. === Screenshot http://koseki2.tumblr.com/post/57148631 http://koseki2.tumblr.com/post/57148564 == Installation === Archive Installation rake install === Gem Installation gem sources -a http://gems.github.com gem install koseki-mocksmtpd == Quick Start $ mocksmtpd init $ cd ./mocksmtpd $ sudo mocksmtpd == Usaage mocksmtpd init [dirname] ... create log,inbox dir and config file. mocksmtpd ... start as console mode. mocksmtpd start ... start as daemon. mocksmtpd stop ... stop running daemon. === Options The default config file is ./mocksmtpd.conf, but you can specify any other file using -f option. -f / --config=FILE ... Specify config file. --help ... Show help. --version ... Show version. == Features/Problems == Synopsis == Copyright Author:: KOSEKI Kengo <koseki@gmail.com> Copyright:: Copyright (c) 2008 License:: Ruby Licence







