Quote:
Originally Posted by AlexP
Hello,
The problem is that enable_starttls_auto comes true by default so you will have to disable it, Please add following line in config.action_mailer.smtp_settings =
Let me know if still you have a problem so I will check it further.
|
Alex, I tried that bit but rails threw an error as this setting is not recognised in rails 2.2.2. So, i had to hack action mailer. Now it works as expected.
Thanks everyone for offering help.