init
This commit is contained in:
30
user/localhost/config/plugins/email.yaml
Normal file
30
user/localhost/config/plugins/email.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
enabled: true
|
||||
from: hello@boyatzon.ch
|
||||
from_name: 'Site Boyatzon.ch'
|
||||
to: hello@boyatzon.ch
|
||||
to_name: Boyatzon.ch
|
||||
queue:
|
||||
enabled: false
|
||||
flush_frequency: '* * * * *'
|
||||
flush_msg_limit: 10
|
||||
flush_time_limit: 100
|
||||
mailer:
|
||||
engine: smtp
|
||||
smtp:
|
||||
server: mail.infomaniak.com
|
||||
port: 587
|
||||
encryption: tls
|
||||
user: hello@boyatzon.ch
|
||||
password: 'DRshqR9_#/361'
|
||||
auth_mode: login
|
||||
sendmail:
|
||||
bin: '/usr/sbin/sendmail -bs'
|
||||
content_type: text/html
|
||||
debug: true
|
||||
charset: null
|
||||
cc: null
|
||||
cc_name: null
|
||||
bcc: null
|
||||
reply_to: null
|
||||
reply_to_name: null
|
||||
body: null
|
||||
Reference in New Issue
Block a user