Is there a way to embed an iframe in an email with text that updates?

John picture John · Jan 30, 2016 · Viewed 23.1k times · Source

I want to embed an iframe inside an email that contains the 10 most recent chat messages. Is there a way to make this iframe dynamic so that it always shows the latest 10 chats regardless of when the email is opened? If the iframe is not the correct way to do this, is there a better way?

Answer

Roman picture Roman · Feb 7, 2016

You can try to implement an iframe into the email - but your mail will be recognized as spam by many providers.

Maybe you should try to render your content dynamically into an image and implement that image into the email.