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
When I try to send an email to a receiver with a special character in his name (character 'é'), I receive "org.apache.http.client.HttpResponseException: Unsupported Media Type".
The http response is :
{"errors":[{"message":"Unrecognized UTF8 Byte at position 121","field":null,"help":"http://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/errors.html#-Encoding-Errors"}]}"
If I do the same action with Curl, everything is OK.
Steps to Reproduce
send a template with java library
set the receiver name to "Grégory" (it is OK with "Gregory")
Technical details:
sendgrid-java 3.0.2
Java Version: 1.7.0_80
The text was updated successfully, but these errors were encountered:
@thinkingserious could you please tell me when the fix will be merged? I am forced to use older 2.x version of the lib, because of this bug.
IMHO support for non latin characters for emails is important.
Issue Summary
When I try to send an email to a receiver with a special character in his name (character 'é'), I receive "org.apache.http.client.HttpResponseException: Unsupported Media Type".
The http response is :
{"errors":[{"message":"Unrecognized UTF8 Byte at position 121","field":null,"help":"http://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/errors.html#-Encoding-Errors"}]}"
If I do the same action with Curl, everything is OK.
Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: