Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jderusse
Copy link
Member

Q A
Branch? 5.2
Bug fix? yes
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

The address (including email and name) used in Amazon SES API (ses+api://) must not contain unicode chars (https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_Destination.html)

This PR encodes name with base64 as suggested by issues in Official AWS SDKs (aws/aws-sdk-php#1196, aws/aws-sdk-js#1585)

note: I did not use the Base64Encoder, because the address could not be chunked (API Call failed) and it looks like addresses wider than 64 chars are allowed.

Copy link
Member

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor

@fabpot
Copy link
Member

fabpot commented May 16, 2021

Thank you @jderusse.

@fabpot fabpot merged commit 21b8cb7 into symfony:5.2 May 16, 2021
This was referenced May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants