-
Notifications
You must be signed in to change notification settings - Fork 108
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
AWS::SES Response Error: InvalidParameterValue - Illegal content #51
Comments
@Meekohi I'm curious if you see the same error if you change |
I think the value of |
@ajlanghorn I don't see the difference from the original code? |
@Meekohi Sorry, you're right - I'm being daft. |
The safest way to deal with this issue is tightly wrap your code according to RFCs; i.e. your |
This is probably an error in my usage, but I can't figure it out.
I know that the from address is static and works sometimes, so I cannot understand how to debug the following, which seems to be a problem with the Sender field? Is there any way to print the entire request sent to SES for debugging?
The text was updated successfully, but these errors were encountered: