I've created a simple automation that uses a Gmail account to send out an email. The triggering and the sending work beautifully.
The text of the email (as I've entered it into the Automations field for this) includes a personalized URL pulled from the individual record. The URL is a link to an Airtable form that has been *prefilled* for this particular recipient. The problem is that the link comes through very ugly.
https://capture.dropbox.com/sWYpsxZqITvdfrRH
At first I thought the link was broken, but it appears that it's not. It's clickable. But it's ugly as sin, and I have some non-tech-savvy recipients of this email who may find that link kind of scary.
I tried to format the link like a normal HTML link.
<a href="https://etc">Click here for something wonderful!</a>
And I tried using Markdown as well. But neither seems to work.