Having issues after upgrade to LSWS 4 0 3 and Rails 2 3 2 1
Hi Rails Experts
After sending the email from controller using actionmailer with :smtp option, The email is being sent, but, the control is not returning to the next step for render partial action. HTTP 500 error Rails application failed to start properly is being rendered on the page after sending the email.
I dont see any error messages in the logs too. I made sure the actionmailer logging enabled in production.rb by adding the below line...config.action_mailer.raise_delivery_errors = true.
Can anyone help me in this regard please?
|