Has anyone successfully sent a Hebrew language email and have it render in an email client Right to Left as intended?
Here's an example of what I'm trying to send using this code, but it is not working for us.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
<html dir="rtl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>An Example Hebre Email</title>
</head>
<body>
<p style="font-family:arial; font-size:13px;"><font color="#333333">{{lead.First Name:default=Sir/Madam}} היקר </font></p>
<p style="font-family:arial; font-size:13px;"><font color="#333333">אני מצפה לפגישתנו ומודה לך על זמנך היקר.</font></p>
<p style="font-family:arial; font-size:13px;"><font color="#333333">בברכה,</font></p>
</body>
</html>