forked from henrik/action_mailer_tls
-
Notifications
You must be signed in to change notification settings - Fork 0
Use Gmail SMTP server to send emails in Rails ActionMailer
License
oki/action_mailer_tls
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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
Use Gmail SMTP server to send emails in Rails ActionMailer
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published