Add sendmail log in server
This commit is contained in:
parent
08370f6244
commit
b7a27f2860
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue