bvandenbos / actionmailer_multiple_delivery_methods
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Ben VandenBos (author)
Thu Mar 12 14:53:46 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Thu Mar 12 14:13:19 -0700 2009 | |
| |
README | Thu Mar 12 14:39:46 -0700 2009 | |
| |
init.rb | Thu Mar 12 14:35:14 -0700 2009 | |
| |
lib/ | Thu Mar 12 14:53:46 -0700 2009 |
README
= actionmailer_multiple_delivery_methods == Description Allow actionmailer to deliver via multiple delivery methods. == Install ruby script/plugin install git@github.com:bvandenbos/actionmailer_multiple_delivery_methods.git == Usage At something like the following to development.rb (or environment.rb) config.action_mailer.delivery_method = [:smtp, :test]
