mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fixed email sender tests looking for wrong settings
This commit is contained in:
parent
bfeb7e082f
commit
a02da61cb0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module.exports =
|
|||
text: options.text
|
||||
replyTo: options.replyTo || Settings.email.replyToAddress
|
||||
socketTimeout: 30 * 1000
|
||||
if settings.email.textEncoding?
|
||||
if Settings.email.textEncoding?
|
||||
opts.textEncoding = textEncoding
|
||||
client.sendMail options, (err, res)->
|
||||
if err?
|
||||
|
|
Loading…
Reference in a new issue