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

erlcloud_ses: add support for MessageRejected errors #210

Merged
merged 1 commit into from
Oct 1, 2015

Conversation

nalundgaard
Copy link
Contributor

I missed this error code in my original implementation (mentioned here in the AWS SES docs). I noticed it in a testing environment where SES wasn't configured. This makes erlcloud_ses return the error gracefully, instead of with an unceremonious function_clause error.

@nalundgaard
Copy link
Contributor Author

cc @motobob: once this is approved, I would like for us to pull it into alertlogic master.

I missed this error code in my original implementation (mentioned [here](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/ses-errors.html) in the AWS SES docs). I noticed it in a testing environment where SES wasn't configured. This makes erlcloud_ses return the error gracefully, instead of with an unceremonious `function_clause` error.
ransomr pushed a commit that referenced this pull request Oct 1, 2015
erlcloud_ses: add support for MessageRejected errors
@ransomr ransomr merged commit 888b533 into erlcloud:master Oct 1, 2015
@ransomr
Copy link
Collaborator

ransomr commented Oct 1, 2015

thank you

@nalundgaard nalundgaard deleted the add_ses_message_rejected branch October 1, 2015 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants