Sending messages with Gmail ยป configuration.yml
1 |
default: |
---|---|
2 |
email_delivery: |
3 |
delivery_method: :smtp |
4 |
smtp_settings: |
5 |
enable_starttls_auto: true |
6 |
address: smtp.gmail.com |
7 |
port: 587 |
8 |
domain: smtp.gmail.com |
9 |
authentication: :login |
10 |
user_name: "micuenta@gmail.com" |
11 |
password: *********** |
12 |
|
13 |
attachments_storage_path: |
14 |
autologin_cookie_name: |
15 |
autologin_cookie_path: |
16 |
autologin_cookie_secure: |
17 |
scm_subversion_command: |
18 |
scm_mercurial_command: |
19 |
scm_git_command: |
20 |
scm_cvs_command: |
21 |
scm_bazaar_command: |
22 |
scm_darcs_command: |
23 |
database_cipher_key: |
24 |
|
25 |
production: |
26 |
email_delivery: |
27 |
delivery_method: :smtp |
28 |
smtp_settings: |
29 |
enable_starttls_auto: true |
30 |
address: smtp.gmail.com |
31 |
port: 587 |
32 |
domain: smtp.gmail.com |
33 |
authentication: :login |
34 |
user_name: "micuenta@gmail.com" |
35 |
password: ********** |
36 |
|
37 |
development: |