Hello,
does anyone if it is possible to embed a video into an email body with Gmail or M365? I tried but when I send this:
I receive this:
Is there any way to make it work?
Thank you
Hello,
does anyone if it is possible to embed a video into an email body with Gmail or M365? I tried but when I send this:
I receive this:
Is there any way to make it work?
Thank you
It is not possible to embed videos directly into emails as emails use a limited implementation of HTML. There are a few platforms out there that use animated GIFs (that can be embedded into emails) as placeholders for videos that then take you to the actual video once you click on the GIF. For example Bombbomb is a platform that I worked with that does this.
In particular, SCRIPT tags are not allowed.
You can use an image thumbnail that will link to the actual video file or page.
Thank you for your response.
@samliew Good idea. I donβt think I could just copy/paste an image into the module? I would need to upload it somewhere and then put in the HTML code?
There are several options to embed images directly in emails, mentioned here embedding image in html email - Stack Overflow
In particular, you can try to convert images to base64 using the built-in function base64
.