Skip to main content
Solved

Formatting Gmail Message - basic question

  • March 25, 2021
  • 2 replies
  • 40 views

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?

Best answer by Rose_K

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: .

2 replies

Forum|alt.badge.img+4
  • Inspiring
  • Answer
  • April 2, 2021

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: .


  • Author
  • New Participant
  • April 3, 2021

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: .


Very nice. Thank you, this works for me!