Tag Archives: actionmailer

how to test your SMTP server with ActionMailer (using the Rails console)

I was having a problem delivering notifications in my Rails application; so I had to check that the SMTP server was working properly with the credentials I had. After ‘googling’ for ten minutes I found a very useful code to test this situation. This is not my code, it is something I found here: http://lists.radiantcms.org/pipermail/radiant/2007-February/003394.html, [...]

Posted in programming | Also tagged | 1 Comment