use google mail for my "corporate" email

Just discovered that you need to add this to your mail initialiser (wasn't
prob with 2.2.2.):

ActionMailer::Base.smtp_settings = {
    :enable_starttls_auto => true,
# ...
}

I was getting

Net::SMTPAuthenticationError: 530 5.7.0 Must issue a STARTTLS command first.


Only took a little googling but thought I'd post it here anyway in case
anyone else gets hit by it.

Thanks and regards,

Francis

Follow me on twitter https://twitter.com/fjfish
Blog at http://www.francisfish.com
(you can also buy my books from there!)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"NWRUG" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nwrug-members?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to