mirror of https://github.com/Chocobozzz/PeerTube
Add sendmail log in server
parent
08370f6244
commit
b7a27f2860
|
@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue