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 (
Tom Lea (author)
Fri Oct 23 07:46:59 -0700 2009
commit ac43c73a826c910f5b3c3df4bc7cfda9bd3a0fd6
tree 1b061179e27f4f12a5bb870eb8541ae247ed2b38
parent dd72e6321be01052467423cec9c16923dadb0168
tree 1b061179e27f4f12a5bb870eb8541ae247ed2b38
parent dd72e6321be01052467423cec9c16923dadb0168
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jan 08 04:39:42 -0800 2009 | |
| |
README.markdown | Fri Oct 23 07:46:59 -0700 2009 | |
| |
Rakefile | Mon Jan 12 07:53:36 -0800 2009 | |
| |
inaction_mailer.gemspec | Mon Jan 12 07:53:36 -0800 2009 | |
| |
lib/ | Fri Jan 09 10:45:02 -0800 2009 | |
| |
rails/ | Mon Jan 12 07:51:45 -0800 2009 | |
| |
test/ | Thu Jan 08 07:43:58 -0800 2009 |
README.markdown
Usage:
Add the following lines to the appropriate config/environments/*.rb file:
config.gem "inaction_mailer", :lib => 'inaction_mailer/force_load', :source => 'http://gemcutter.org'
As an extra step, for the sake of paranoia, you can check the delivery mechanism with:
./script/runner 'p ActionMailer::Base.delivery_method'
Now when you app send e-mails, it will deliver them to RAILS_ROOT/tmp/sent_mails/mail.*.txt.
Viewing your messages in a mail client
For this task, I kindly hand you over to popthis. It will serve your sent_mails folder as a pop3 account on your local machine.







