Add sendmail log in server

pull/4000/head
Chocobozzz 2021-04-21 09:16:06 +02:00
parent 08370f6244
commit b7a27f2860
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -645,7 +645,8 @@ class Emailer {
this.transporter = createTransport({ this.transporter = createTransport({
sendmail: true, sendmail: true,
newline: 'unix', newline: 'unix',
path: CONFIG.SMTP.SENDMAIL path: CONFIG.SMTP.SENDMAIL,
logger: bunyanLogger as any
}) })
} }