trying to send email using sendgrid with java. the apostrophe character appears like a ? Question mark. I am sending the header to have text encoding as UTF-8 but it still apears liek a question mark.
mailMessage.setHeaders("{'text':'UTF-8'}");
the above line has no effect. I am sure that the input HTML string i have is UTF-8 encoded. The email client is MS Outlook 2010
any ideas?