Skip to main content

Hi all,

maybe a stupid question but I’m confused about how to format my automated mail.


What my Airtable looks like:


What my Mail looks like:


What should i do that both look the same way?

Hello @Sven_Klein!


Our Automations that send emails use Markdown formatting for the most part in displaying how messages are sent.


However, you can also use HTML tags to create manual breaks if you are just looking to space things out a bit:


<p>test</p>
<br>
<br>
<p>test</p>

Will render like below in your email:



Let me know if I can help provide any more information, and if this helped answer your question please mark it as the solution ✅ .


Hello @Sven_Klein!


Our Automations that send emails use Markdown formatting for the most part in displaying how messages are sent.


However, you can also use HTML tags to create manual breaks if you are just looking to space things out a bit:


<p>test</p>
<br>
<br>
<p>test</p>

Will render like below in your email:



Let me know if I can help provide any more information, and if this helped answer your question please mark it as the solution ✅ .


Very nice. Thank you, this works for me!


Reply