Mbxymail17
Mbxymail17

Reputation: 7

How to send an email using PHP that includes youtube video

I have a php script that read a database and pull email addresses. For each email address I build a html scripts with header, images, button ,etc. works fine.

I am trying to send using php in the email a youtube video also so the user can play the youtube in the email. It seems all the other html elements are send but the iframe for the youtube is not showing.

Upvotes: 0

Views: 312

Answers (1)

dwkd
dwkd

Reputation: 2896

Embedded content can pose a great security threat so it is automatically blocked or not even supported by most mail clients and providers.

The only thing you can do is put a screenshot image of that YouTube video with the YouTube play button in the middle (just like the one below) and link it to the actual video on click.

Upvotes: 1

Related Questions