This project is archived and is in readonly mode.
![Grant Hollingworth Grant Hollingworth](https://entp-lh-avatar-production.s3.amazonaws.com/avatars/2140/large.png?AWSAccessKeyId=AKIAJ4QBZRZBVMOUBNZA&Expires=2014315727&Signature=fY1m79ENRQOW%2B4%2BRPAS%2FtLQt0Po%3D)
starttls for smtp makes gmail go
Reported by Grant Hollingworth | November 6th, 2008 @ 04:18 AM | in 2.x
Gmail's SMTP server requires STARTTLS to be enabled. The action_mailer_tls plugin allows this by patching Net::SMTP. As of Ruby 1.8.7, Net::SMTP has this support built-in.
This patch calls Net::SMTP#enable_starttls_auto if available. When ActionMailer connects to an SMTP server that supports STARTTLS, it will use it.
Comments and changes to this ticket
-
Repository November 6th, 2008 @ 12:09 PM
- State changed from new to committed
(from [732c724df61bc8b780dc42817625b25a321908e4]) Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and the SMTP server supports it [#1336 state:committed]
Signed-off-by: David Heinemeier Hansson david@loudthinking.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
-
1336 starttls for smtp makes gmail go (from [732c724df61bc8b780dc42817625b25a321908e4]) Turn on...