Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

johnantoni/smtp-tls

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I didn’t author this, so I can’t make any claims about it’s worth, licensing, or anything else. It’s just a gem package for some code that’s been floating around for a few years. Check google, or the following for more information:

If you’re using Ruby on Rails >= 2.2 and Ruby v1.8.7 or greater, you don’t need this. Just set enable_starttls_auto in your ActionMailer config:

ActionMailer::Base.smtp_settings = {
  :enable_starttls_auto => true,
  :address => 'smtp.gmail.com',
  :port => 587,
  :domain => 'example.com',
  :authentication => :plain,
  :user_name => 'user',
  :password => 'secret'
}
  • Net::SMTP

  • OpenSSL

require 'smtp-tls'

Then get back to business as usual.

About

A ruby gem to enable TLS for Net::SMTP

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.