1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-22 02:04:31 +00:00

Merge pull request from overleaf/sk-smtp-params

Add 'logger' and 'name' smtp params

GitOrigin-RevId: e54070c8dcc693d84ddbb350be564d5d9a63649d
This commit is contained in:
Miguel Serrano 2021-03-31 11:24:08 +02:00 committed by Copybot
parent e4f84b9f69
commit 09ccceb38a

View file

@ -48,7 +48,9 @@ function getClient() {
'port',
'secure',
'auth',
'ignoreTLS'
'ignoreTLS',
'logger',
'name'
)
client = nodemailer.createTransport(smtp)
}