Skip to content
Snippets Groups Projects
Commit cecf1554 authored by Shane Kilkelly's avatar Shane Kilkelly Committed by GitHub
Browse files

Merge pull request #79 from sharelatex/sk-allow-explicit-ses-email-config

add the driver field to email config
parents 7fd351a2 32eaa031
No related branches found
No related tags found
No related merge requests found
......@@ -396,6 +396,7 @@ if process.env["SHARELATEX_EMAIL_FROM_ADDRESS"]?
settings.email =
fromAddress: process.env["SHARELATEX_EMAIL_FROM_ADDRESS"]
replyTo: process.env["SHARELATEX_EMAIL_REPLY_TO"] or ""
driver: process.env["SHARELATEX_EMAIL_DRIVER"]
parameters:
#AWS Creds
AWSAccessKeyID: process.env["SHARELATEX_EMAIL_AWS_SES_ACCESS_KEY_ID"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment