1
Good Afternoon, my company automatically sends an html page inside the body of the email, I was asked to add a video inside that html page. So far so good, I copied the code that youtube generates automatically as for example this below:
<iframe width="560" height="315" src="https://www.youtube.com/embed/7r1pqLDT-n8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
when running the HTML page, it normally opens the video, the problem is when the uploads are sent this tag is ignored, which method I could use to render a video inside the email and not sent to SPAM?