forked from henrik/action_mailer_tls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
23 lines (12 loc) · 751 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Tweaked by Goodwill:
Now the authentication type parameter has a special magic: if it starts with tls_ then it would call the tls enabled send function, otherwise it would just fallback to the original unencrypted send. The text after tls_ are still taken into the smtp method as the original authentication type value
= SMTP_TLS + ActionMailer + Gmail
Configure Rails To Use Gmail's SMTP
Originally from http://blog.pomozov.info/posts/how-to-send-actionmailer-mails-to-gmailcom.html
See "sample" directory for further instructions
== Resources
Blog post
* http://www.rubyinside.com/how-to-use-gmails-smtp-server-with-rails-394.html
* http://www.prestonlee.com/archives/63
== Author
* Marc Chung - marc [dot] chung [at] openrain [dot] com