Help

Re: Formatting Gmail Message - basic question

Solved
Jump to Solution
739 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Sven_Klein
5 - Automation Enthusiast
5 - Automation Enthusiast

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

What my Airtable looks like:
image

What my Mail looks like:
image

What should i do that both look the same way?

1 Solution

Accepted Solutions
Rose_K
9 - Sun
9 - Sun

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:

Screen Shot 2021-04-01 at 5.55.00 PM

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

See Solution in Thread

2 Replies 2
Rose_K
9 - Sun
9 - Sun

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:

Screen Shot 2021-04-01 at 5.55.00 PM

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

Sven_Klein
5 - Automation Enthusiast
5 - Automation Enthusiast

Very nice. Thank you, this works for me!