I am using rails 2.3.8. I am trying to send mail through action mailer. When i call the mailer function it does not throw any error and completes successfully even the log shows that the mail is sent. But when i check the mail box there is not mail sent actually Is there any problem with sendmail configuration or something else. Please help me out with it.
Thanks
Here are my setting in development.rb
config.action_mailer.raise_delivery_errors = false
ActionMailer::Base.delivery_method = :sendmail
ActionMailer::Base.sendmail_settings = {
:location => "path/to/sendmail",
:arguments => "-i"
}
if
dont work
maybe a sendmail misconfiguration , try to send a mail from bash and check the output
otherwise
I find useful to use this program (a fake smtp server) to test outgoing mail
http://www.aboutmyip.com/AboutMyXApp/DevNullSmtp.jsp