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 =
Quote:
|
:enable_starttls_auto => false
|
Let me know if still you have a problem so I will check it further.