Skip to content

Commit 73dbc10

Browse files
author
Lennart Koopmann
committed
little change to email.yml.example #NO_ISSUE
1 parent af138f9 commit 73dbc10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/email.yml.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
production:
22
via: smtp # via: sendmail
33
host: smtp.example.org
4-
enable_starttls_auto: true # or false
4+
enable_starttls_auto: true
55
port: 25
6-
enable_starttls_auto: false
76
auth: plain # plain, login, cram_md5 - Comment out or remove to use no auth
87
user: somebody
98
password: yourpass

0 commit comments

Comments
 (0)