You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #6452 Use different placeholders in mailer config (sblaut)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes#6452).
Discussion
----------
Use different placeholders in mailer config
The placeholders 'AWS_ACCESS_KEY' and 'AWS_SECRET_KEY' are misleading, given that the AWS documentation explicitly states:
"Your SMTP user name and password are not the same as your AWS access key ID and secret access key. Do not attempt to use your AWS credentials to authenticate yourself to the Amazon SES SMTP endpoint."
Source: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/get-smtp-credentials.html
Commits
-------
ba047f1 Use different placeholders in mailer config
0 commit comments