When I send an email using “Send Email” action, I no longer see any formatting applied. Specifically line breaks but there was previously some basic formatting like a border around the div that the body of the email was in.
I use a template column to generate the body of the email (which has worked fine in the past).
Has something changed? How do I format my emails with at least line breaks?
Have you tried re-entering line breaks by hitting enter in the text? Or shift+enter?
Tried:
Also tried formatting text in text editor and then pasting into Glide’s data editor (see screenshot for column I’m using)
I use Make for all my email needs, and I always use basic HTML tags to apply formatting. I’ve not tested, but I’d imagine that should work equally well with the Send Email action.
-
<p> - paragraph break
-
<br> - line break
etc…
Thanks, I need this to work using a template column so I’ll give that a go.