tony
2009-Mar-17 19:50 UTC
ActionMailer works for gmail/yahoo, but not for other email addresses...HELP!
I have a rails app that can send emails to gmail, yahoo accounts. But when it comes to more obscure accounts like email-VB3JyQctZj/QT0dZR+AlfA@public.gmane.org or email-yvl6RSr0Ftk@public.gmane.org, the mail never arrives even though the log shows that the email was sent. Any ideas why this may be happening? I have sent an email directly through the same web server through the command line using mail -s and that worked. Why doesn''t it work through my rails app? here are my configuration settings (mostly default) # Disable delivery errors, bad email addresses will be ignored config.action_mailer.delivery_method = :smtp config.action_mailer.raise_delivery_errors = true config.action_mailer.perform_deliveries = true config.action_mailer.default_charset = "utf-8" config.action_mailer.smtp_settings = { :address => "localhost", :port => 25, :domain => "my-app.com" } help please! thanks Tony --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
tony
2009-Mar-18 18:35 UTC
Re: ActionMailer works for gmail/yahoo, but not for other email addresses...HELP!
help! anyone? On Mar 17, 12:50 pm, tony <ton...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have a rails app that can send emails to gmail, yahoo accounts. But > when it comes to more obscure accounts like em...-VB3JyQctZj/QT0dZR+AlfA@public.gmane.org or > em...-yvl6RSr0Ftk@public.gmane.org, the mail never arrives even though the log shows that > the email was sent. Any ideas why this may be happening? > > I have sent an email directly through the same web server through the > command line using > > mail -s and that worked. Why doesn''t it work through my rails app? > > here are my configuration settings (mostly default) > > # Disable delivery errors, bad email addresses will be ignored > config.action_mailer.delivery_method = :smtp > config.action_mailer.raise_delivery_errors = true > config.action_mailer.perform_deliveries = true > config.action_mailer.default_charset = "utf-8" > > config.action_mailer.smtp_settings = { > :address => "localhost", > :port => 25, > :domain => "my-app.com" > } > > help please! > > thanks > Tony--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org 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 -~----------~----~----~----~------~----~------~--~---