Skip to content

azimux/action_mailer_tls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActionMailerTls
===============

Use GMail SMTP server to send emails in Rails ActionMailer

Example
=======

Place code snippet in config/environment.rb

ActionMailer::Base.server_settings = {
  :address => "smtp.gmail.com",
  :port => 587,
  :domain => "mycompany.com",
  :authentication => :plain,
  :user_name => "username",
  :password => "password"
}

Copyright (c) 2008 Eladio Caritos, released under the MIT license

About

for some reason, this plugin was hard for me to find. I orginally got it from a github user named caritos but he's dropped the repository so I can't fork.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published