· 8 years ago · Jan 26, 2018, 10:52 PM
1development:
2 delivery_method: smtp
3 smtp_settings:
4 address: smtp.gmail.com
5 port: 587
6 domain: gmail.com
7 user_name: foo
8 password: bar
9 authentication: plain
10 enable_starttls_auto: true
11 default_url_options:
12 host: localhost
13 protocol: http
14 port: 3000