Ruby on Rails
Friday, November 22, 2013
Hi Guys,
I'm having some hard time to configure the Microsoft Exchange server, however if I used the the GMAIL server the mail was successfully sent to the target user. I also tried this one http://www.breckenedge.com/2011/07/configuration-of-ruby-on-rails-actionmailer-for-microsoft-exchange-smtp/ but still it doesn't work.
BTW, This is my configured ActionMailer.
config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { address: "mail.example.com", port: 110, domain: "my.domainame.com", authentication: :login, enable_starttls_auto: true, user_name: "my_username", password: "my_password" }I always got this error.
Thanks.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/9d8c1179-6b24-48f0-a8bc-44e829e23f2a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment