Email sent by ActionMailer is taking six hours to deliver mail.

Posted by grg-n-sox on Stack Overflow See other posts from Stack Overflow or by grg-n-sox
Published on 2010-03-26T20:40:25Z Indexed on 2010/03/26 20:43 UTC
Read the original article Hit count: 574

So I have been asked to help maintain a website that uses Ruby on Rails. Now, let me just say I've been programming Ruby for awhile but I am still new to Rails. The first problem brought to my attention is how the activation email takes about six hours to arrive. It would be one thing if the email was not being sent due to errors but it is being send correctly, just slow. Also the server this is running on is also its own SMTP. I checked how the email was being formatted before calling the setup_email method and everything looks okay. I even dug into the ActionMailer lib and read through the files there and didn't see anything out of the ordinary. So what is most likely causing the email to take six hours to deliver?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ruby-on-rails