Created
May 29, 2025 12:12
-
-
Save Technowise/046db9fa8edb987dda0922d8f9295e6c to your computer and use it in GitHub Desktop.
OpenClinica SMTP Email configuration for Amazon SES
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mailHost=email-smtp.us-east-1.amazonaws.com | |
mailPort=2465 | |
mailProtocol=smtps | |
mailUsername=<YourUsername> | |
mailPassword=<YourPassword> | |
mailSmtpAuth=false | |
mailSmtpStarttls.enable=false | |
mailSmtpsAuth=true | |
mailSmtpsStarttls.enable=true | |
mailSmtpConnectionTimeout=1000 | |
[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment