Displaying 1 result from an estimated 1 matches for "digiaid".
Did you mean:
  bigraid
  
2009 Apr 13
5
Ruby 1.8.7 + Rails 2.3.2 + TLS = Where's the documentation?
...ig.action_mailer.delivery_method = :smtp
# these options are only needed if you choose smtp delivery
config.action_mailer.smtp_settings = {
  :address        => ''smtp.gmail.com'',
  :enable_starttls_auto => true,
  :port           => 587,
  :domain         => ''digiaid.com.au'',
  :authentication => :login,
  :user_name      => ''info-fGHeCWgaIIjvnOemgxGiVw@public.gmane.org'',
  :password       => ''secret''
}
-- 
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You rece...