not sure, we are using the below code snip -public void sendEmail(String contentEmail, String userName, String subjectLine, List<String> emailRecipients) throws EmailException, AddressException { Email email = new HtmlEmail(); email.setCharset(Constants.CHARACTER_ENCODING_UTF_8); email.setF...