Displaying 1 result from an estimated 1 matches for "smtpdomain".
Did you mean:
smtp_domain
2010 Nov 26
1
Relay Access Denied
...9;'s domain is gmail.com, yahoo.com or
hotmail.com.
But it works most other domains.
How do I avoid this error?
The smtp configuration is like the following.
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:tls => true,
:address => "smtpdomain.com",
:port => 587,
:domain => "www.mydomain.com",
:user_name => "my_user_name",
:password => "my_pasword",
:authentication => :plain
}
Thanks.
Sam
--
Posted via http://www.ruby-forum.com/.
--
You received this mess...