README.rdoc in adzap-ar_mailer-2.0.1 vs README.rdoc in adzap-ar_mailer-2.0.2

- old
+ new

@@ -102,16 +102,16 @@ === Alternate Mail Storage If you want to set the ActiveRecord model that emails will be stored in, see ActionMailer::Base.email_class= -=== A word on TLS +=== A Word on TLS -If you are using Ruby 1.8.7 or above TLS will be enabled automatically if your +If you are using Ruby >= 1.8.7, TLS will be enabled automatically if your SMTP server supports it. If you do not want it to automatically enabled then set the :tls option to false in your smtp_settings. -If you on Ruby 1.8.6 or less then the TLS patch included in this plugin will +If you are on Ruby <= 1.8.6, then the TLS patch included in this plugin will be loaded, so you don't need another TLS plugin to add the capability. This patch allows you to explicit set if the server supports TLS by setting the :tls option to true in your smtp_settings. === Help