diff --git a/user/config/plugins/email.yaml b/user/config/plugins/email.yaml index b481e92..d251d0c 100644 --- a/user/config/plugins/email.yaml +++ b/user/config/plugins/email.yaml @@ -1,15 +1,30 @@ enabled: true -from: kevin@figureslibres.io -to: kvntssr@gmail.com +from: dev@figureslibres.io +from_name: null +to: ouidade@figureslibres.io +to_name: null +queue: + enabled: false + flush_frequency: '* * * * *' + flush_msg_limit: 10 + flush_time_limit: 100 mailer: - engine: smtp + engine: sendmail smtp: server: smtp.mailtrap.io port: 2525 encryption: none user: 5d9e29d57426c3 password: a207c1682777ef + auth_mode: null sendmail: bin: '/usr/sbin/sendmail -bs' content_type: text/html debug: false +charset: null +cc: null +cc_name: null +bcc: null +reply_to: null +reply_to_name: null +body: null