Mar 25, 2021 05:40 AM
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?
Solved! Go to Solution.
Apr 01, 2021 05:57 PM
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 :white_check_mark: .
Apr 01, 2021 05:57 PM
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 :white_check_mark: .
Apr 03, 2021 12:55 AM
Very nice. Thank you, this works for me!