Hello,
I am trying to mail messages. I'm using virtually the same code I did
locally, and I got it to work (using Gmail). But not that I test it
from my hosting it won't work. Everything is setup properly. I can
even login with Telnet and send mail from the same username.
Rails won't even give me an error. It acts as if it sends. But I get
no mail. And it's not in spam.
I've searched through everywhere and can't find an answer =/
Here's my code:
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:tls => true,
:address => "mail.****.com",
:port => 587,
:domain => "****.com",
:authentication => :login,
:user_name => "hello@****.com",
:password => "****",
}
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment