Back when Rails 2.2 introduced :enable_starttls_auto => true as default for ActionMailer configurations it broke many apps. I myself stumbled over this problem several times. It is quite easy to google for workarounds, but I always found it troubling, that those almost always advise you to turn off encryption of your smtp session and send user credentials as plain text. Yesterday I ran into the p