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?
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.