From e8f529d64a90007ee22e0711b005d7a5f7481a27 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 15 Mar 2022 13:38:07 +0100 Subject: [PATCH] email --- user/config/plugins/email.yaml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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