I’d love to have rtl integration and support 1.8 RTL readers- its the cheapest feature to create i am providing the code please integrate it into the editor
———
<div style="direction: ltr; text-align: left; font-family: Arial, sans-serif; font-size: 16px; line-height: 1.6;">
<p>Hi {{FirstName}},</p>
<p>If you ever need to send emails in right-to-left (RTL) languages like Hebrew or Arabic, there's something important you should know:</p>
<p>Simply clicking the "RTL" button inside your editor is not enough to guarantee correct display across all email clients (Gmail, Outlook, Apple Mail, etc.).</p>
<p>To properly format RTL emails and ensure full compatibility, you should wrap your content with a specific HTML structure:</p>
<pre style="background-color: #f4f4f4; padding: 10px; border-radius: 5px; overflow-x: auto; font-size: 14px;"> <div style="direction: rtl; text-align: right; font-family: Arial, sans-serif; font-size: 16px; line-height: 1.6;">
Your right-to-left content goes here.
</div> </pre>
<p><strong>What this does:</strong></p>
<ul> <li><strong>direction: rtl</strong> — Sets the reading order right-to-left.</li> <li><strong>text-align: right</strong> — Forces the text to align to the right (necessary for consistent rendering).</li> <li><strong>font-family, font-size, line-height</strong> — Ensure the text is clean, readable, and mobile-friendly.</li> </ul>
<p>Following this structure ensures your RTL emails will look professional, clean, and consistent across all devices and platforms.</p>
<p>Hope this helps!</p>
<p>Best, <br>{{YourName}}</p>
</div>
thats it just intergrate that an you are now supporting
Please authenticate to join the conversation.
Open
💡 Feature Request

Amichai Oron
Get notified by email when there are changes.
Open
💡 Feature Request

Amichai Oron
Get notified by email when there are changes.