This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.DS_Store | Sat Mar 01 13:21:41 -0800 2008 | [caritos] |
| |
MIT-LICENSE | Sat Mar 01 13:21:41 -0800 2008 | [caritos] |
| |
README | Sun Mar 02 08:59:42 -0800 2008 | [caritos] |
| |
init.rb | Sat Mar 01 13:21:41 -0800 2008 | [caritos] |
| |
lib/ | Sat Mar 01 13:21:41 -0800 2008 | [caritos] |
README
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




