From 4b99db6d066d473c4f63321ee3a21828040fd97b Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Thu, 11 Feb 2010 13:19:11 +1100 Subject: [PATCH] added minimal env command line switch example --- README.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rdoc b/README.rdoc index ac55046..e26dd8b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -169,6 +169,10 @@ The initializer in config/initializers/action_mailer.rb: At the moment if you are using a database driver that doesn't come with Rails, the gem will need to be installed on the target system. +Now to run ar_sendmail with minimal environment we do: + + ar_sendmail -e production -c /path/to/app --minimal + If you have any troubles or find any bad assumptions in the minimal set up let me know.