Who knows how to compose an email within Glide such that the recipient receives an email containing an image?
I’m hoping it’s possible to insert some RTF around a link to a published image so that the image is displayed and not just the link to the image. Maybe some characters can be used to instruct Gmail or Outlook to display the image vs. simply show the link?
Experts will be pointing wildly at Zapier, which is the back-up plan. But if there is a lazy way to do this without using integrations then I would be super happy for any pointers.
Hello @Simon_Hill
I think it’s not possible directly in Glide
The mailto: … URI standard only provides for plain text.
To send an image in an email you must go through Zapier, App Script or other.
If your image is hosted and the URL is publicly available then you can insert something like this into your email body and the email client will usually render the image:
I notice even cut and pasting the Embed code provided by Youtube does not work when you send a regular email (not using Glide). It seems like email platforms require images and videos to be inserted at the time of composing the email…
I know you mentioned that you didnt want to use Zapier, but I am currently sending out HTML emails via Zapier and seems to work fine. But I also use Zapier for other things so the cost is mute. However, I use an email template vs sending custom emails, but I assume you could craft something in a text field and route it to Zapier and place it in the Email Body section.
No further update as far as I’m aware. I still think it’s down to the rendered mechanism used by the email client. Certainly the above works for Apple Mail but maybe not for Outlook?