Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix tls Email settings #1197

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Darkdragon84
Copy link

Description

The OVERLEAF_EMAIL_SMTP_TLS_REJECT_UNAUTH is used to set settings.email.parameters.tls.rejectUnauthorized in settings.js which allows for using self-signed certificates when connecting to smtp email servers. However, the tls parameter is never read out when instantiating the mailer client. This PR fixes this issue.

Related issues / Pull Requests

fixes issue #1195

Contributor Agreement

@Darkdragon84 Darkdragon84 changed the title Tls settings fix tls Email settings Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant