mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-12 08:32:03 +00:00
Neaten settings
This commit is contained in:
parent
a1ecd03f73
commit
6bb5bcb198
1 changed files with 3 additions and 6 deletions
|
@ -184,15 +184,12 @@ module.exports =
|
||||||
# Email support
|
# Email support
|
||||||
# -------------
|
# -------------
|
||||||
#
|
#
|
||||||
# ShareLaTeX uses nodemailer (http://www.nodemailer.com/) to send transactional emails.
|
# ShareLaTeX uses nodemailer (http://www.nodemailer.com/) to send transactional emails.
|
||||||
# To see the range of transport and options they support, see http://www.nodemailer.com/docs/transports
|
# To see the range of transport and options they support, see http://www.nodemailer.com/docs/transports
|
||||||
#email:
|
# email:
|
||||||
# Who should emails be from by default?
|
|
||||||
# fromAddress: ""
|
# fromAddress: ""
|
||||||
# The default replyTo field, if it should be set
|
|
||||||
# replyTo: ""
|
# replyTo: ""
|
||||||
# lifecycle: false
|
# lifecycle: false
|
||||||
## Example transport and parameter settings for Amazon SES
|
|
||||||
# transport: "SES"
|
# transport: "SES"
|
||||||
# parameters:
|
# parameters:
|
||||||
# AWSAccessKeyID: ""
|
# AWSAccessKeyID: ""
|
||||||
|
|
Loading…
Reference in a new issue