mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-19 03:51:03 +00:00
Merge pull request #3786 from overleaf/sk-smtp-params
Add 'logger' and 'name' smtp params GitOrigin-RevId: e54070c8dcc693d84ddbb350be564d5d9a63649d
This commit is contained in:
parent
e4f84b9f69
commit
09ccceb38a
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@ function getClient() {
|
|||
'port',
|
||||
'secure',
|
||||
'auth',
|
||||
'ignoreTLS'
|
||||
'ignoreTLS',
|
||||
'logger',
|
||||
'name'
|
||||
)
|
||||
client = nodemailer.createTransport(smtp)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue