Re: [Rails] SMTP problem.

2012-02-14 Thread Javier Quarite
On Tue, Feb 14, 2012 at 10:32 AM, Christopher Jones wrote: > > I have the following in my development.rb: > > config.action_mailer.raise_delivery_errors = false > > # config.action_mailer.delivery_method = :smtp > >config.action_mailer.smtp_settings = { >:address => "smtp

[Rails] SMTP problem.

2012-02-14 Thread Christopher Jones
Hey all, well I am trying to send emails to newly created users but I have a problem. In the rails log it states that the email has been sent but the email is never actually received so obviously there is a problem. I have noticed one in particular and I don't understand how to fix it. Once I cre