Hello I would be grateful if someone can help me step by step tp resolve this issue. I have my application on production environment. I define the SMTP server settings on config/environments/production.rb as follows: config.action_mailer.raise_delivery_errors = true config.action_mailer.delivery_method = :sendmail ActionMailer::Base.default_url_options[:host] ''SMTP.MyCorrectserver.com'' and nothing defined in my environment.rb related to the mails sending, except the sender email as follow: DEFAULT_MAILER = "no-reply-dLy7Rrl7t878bNVW4KI454tm+1EbUQKi@public.gmane.org" When I trail the error log production.log, the log says that my emails are sent successfully on production. But the emails are not sending. How can I figure out what the problem is. Your quick response is highly appreciated. Thanks alot. Hola -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---