Merge pull request #3786 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)
}