We have been using the GMAIL Restful APIs to send emails. However, recently we have been receiving requests for support to send emails to non-ASCII email addresses.
I was able to use RFC2047 (Mime-encoded word) to properly encode the subject and the "from" email address headers. But using the same method for the "to"-recipient email addresses failed.
So my questions are :
- Has anyone successfully sent emails to non-ASCII recipients using GMAIL RESTful APIs?
- Or do we have any documentation i can read on how i can do this using the restful apis?
Thank you so very much for your time and I apologize in advance if this is a duplicate somewhere.