Re: [Rails] action_mailer - No Errors, but no emails sent

2010-04-26 Thread Dhruva Sagar
In your ROOT/config/environements/development.rb or other approriate .rb file put this line : config.action_mailer.raise_delivery_errors = true you should see errors in your log files post this is done, that should give you a better idea as to what's going wrong. It could be as simple as wrong us

[Rails] action_mailer - No Errors, but no emails sent

2010-04-26 Thread Brent
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