Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Technowise/046db9fa8edb987dda0922d8f9295e6c to your computer and use it in GitHub Desktop.
Save Technowise/046db9fa8edb987dda0922d8f9295e6c to your computer and use it in GitHub Desktop.
OpenClinica SMTP Email configuration for Amazon SES
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