mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added textEncoding for email option
This commit is contained in:
parent
1fe4b894d5
commit
6db09c2c15
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ if process.env["SHARELATEX_EMAIL_FROM_ADDRESS"]?
|
||||||
secure: parse(process.env["SHARELATEX_EMAIL_SMTP_SECURE"])
|
secure: parse(process.env["SHARELATEX_EMAIL_SMTP_SECURE"])
|
||||||
ignoreTLS: parse(process.env["SHARELATEX_EMAIL_SMTP_IGNORE_TLS"])
|
ignoreTLS: parse(process.env["SHARELATEX_EMAIL_SMTP_IGNORE_TLS"])
|
||||||
|
|
||||||
|
textEncoding: process.env["SHARELATEX_EMAIL_TEXT_ENCODING"]
|
||||||
templates:
|
templates:
|
||||||
customFooter: process.env["SHARELATEX_CUSTOM_EMAIL_FOOTER"]
|
customFooter: process.env["SHARELATEX_CUSTOM_EMAIL_FOOTER"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue