mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Merge pull request #3786 from overleaf/sk-smtp-params
Add 'logger' and 'name' smtp params GitOrigin-RevId: e54070c8dcc693d84ddbb350be564d5d9a63649d
This commit is contained in:
@@ -48,7 +48,9 @@ function getClient() {
|
||||
'port',
|
||||
'secure',
|
||||
'auth',
|
||||
'ignoreTLS'
|
||||
'ignoreTLS',
|
||||
'logger',
|
||||
'name'
|
||||
)
|
||||
client = nodemailer.createTransport(smtp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user