From 04364348aaab21cfed81df492c37d8e7a00097c7 Mon Sep 17 00:00:00 2001 From: Brendan G. Lim Date: Sun, 29 Aug 2010 00:09:08 -0500 Subject: Updating docs --- README.rdoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.rdoc') diff --git a/README.rdoc b/README.rdoc index a852722..af046de 100644 --- a/README.rdoc +++ b/README.rdoc @@ -74,15 +74,13 @@ etc. :pony_options as well, if necessary. # ActionMailer delivery - sms_fu = SMSFu.configure(:delivery => :action_mailer) + sms_fu = SMSFu.configure(:action_mailer) # Pony delivery via Sendmail - sms_fu = SMSFu.configure(:delivery => :pony, :pony_options => { :via => :sendmail }) + sms_fu = SMSFu.configure(:pony, :pony_options => { :via => :sendmail }) # Pony delivery via SMTP - sms_fu = SMSFu.configure(:delivery => :pony, - :pony_options => { - :via => :smtp, + sms_fu = SMSFu.configure(:pony, :pony_options => { :via => :smtp, :via_options => { :address => 'smtp.gmail.com', :port => '587', -- cgit v1.2.3