May 07, 2024 07:18 AM
Hi,
I want to automate my work with emails to clients every 3 monthes.
the problem is my languge is RTL (right to left).
how can I send the clients emails that are RTL?
with HTML it doesn't work since the variables doesn't work in HTML.
May 07, 2024 08:36 AM - edited May 07, 2024 08:38 AM
Hmm, could you try using this in your email automation?
<p style="direction:rtl">Test</p>
If that doesn't work if you could provide some example text and a screenshot of how you want it to look I can try taking a look at this for you!
May 07, 2024 08:38 AM
As I said "with HTML it doesn't work since the variables doesn't work in HTML"
May 07, 2024 08:40 AM
May 07, 2024 08:41 AM
Because you used text, not varibles (column from the base)
May 07, 2024 08:43 AM