forked from wallabag/wallabag
Add secure email
This commit is contained in:
committed by
Jeremy Benoist
parent
102f57941e
commit
6a3187066f
@ -27,10 +27,13 @@ parameters:
|
||||
|
||||
domain_name: https://your-wallabag-url-instance.com
|
||||
|
||||
mailer_transport: smtp
|
||||
mailer_host: 127.0.0.1
|
||||
mailer_user: ~
|
||||
mailer_password: ~
|
||||
mailer_transport: smtp
|
||||
mailer_user: ~
|
||||
mailer_password: ~
|
||||
mailer_host: 127.0.0.1
|
||||
mailer_port: false
|
||||
mailer_encryption: ~
|
||||
mailer_auth_mode: ~
|
||||
|
||||
locale: en
|
||||
|
||||
|
||||
Reference in New Issue
Block a user