Skip to content

Commit

Permalink
Add :ssl/:tls to ActionMailer [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroadame committed May 9, 2016
1 parent 2399cfe commit 7cffd6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionmailer/lib/action_mailer/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ module ActionMailer
# of an OpenSSL verify constant (<tt>'none'</tt>, <tt>'peer'</tt>, <tt>'client_once'</tt>,
# <tt>'fail_if_no_peer_cert'</tt>) or directly the constant (<tt>OpenSSL::SSL::VERIFY_NONE</tt>,
# <tt>OpenSSL::SSL::VERIFY_PEER</tt>, ...).
# <tt>:ssl/:tls</tt> Enables the SMTP connection to use SMTP/TLS (SMTPS: SMTP over direct TLS connection)
#
# * <tt>sendmail_settings</tt> - Allows you to override options for the <tt>:sendmail</tt> delivery method.
# * <tt>:location</tt> - The location of the sendmail executable. Defaults to <tt>/usr/sbin/sendmail</tt>.
Expand Down

0 comments on commit 7cffd6b

Please sign in to comment.