1
0
Fork 0

Add sendmail log in server

This commit is contained in:
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

View file

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