/mocksmtpd

Mock SMTP server for development/testing. Save SMTP requests as HTML.

Primary LanguageRuby

= 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