I'm getting the above error when trying to send email from Spree.
We're using Gmail and have installed the action_mailer_optional_tls
plugin
ruby 1.8.7, rails 2.3.8, host is Dreamhost
/config/environments/production.rb
ActionMailer::Base.smtp_settings = {
:tls => true,
:address => "
smtp.gmail.com",
:port => "587",
:domain => "www.v...
s.com",
:authentication => :plain,
:user_name => "info@v...
s.com",
:password => "password"
}
I have the same domain, user_name and other settings in Spree::Config.
I've tested the domain, user_name and password, and have another rails
2.2.2 app running sending mail on same server. However, still unable
to get past the above error. Is there a better fix for STARTTLS in
Spree?
Thanks,
Paul