microsoft / azure-redcap-paas

Automated deployment of REDCap with Azure Blob storage as the storage back-end
MIT License
28 stars 55 forks source link

Sendmail in Deploy with your SMTP Relay option does not support TLS 1.1 and above #16

Open js10ah opened 2 years ago

js10ah commented 2 years ago

Sendmail in the Deploy with your SMTP Relay option does not support TLS 1.1 and above. This causes the mail function to fail when using an SMTP relay that requires TLS 1.1 or 1.2. The included fake sendmail is no longer actively managed. To fix the issue I used a fork that adds support for TLS 1.1 and 1.2. The original fake sendmail dev also links to the same fork:

https://github.com/sendmail-tls1-2/main