Is there a way to embed a complete web page into an email?
This is the equivalent of doing:
<frameset rows="100%,*" border="0">
<frame src="http://www.yahoo.com" frameborder="0" />
<frame frameborder="0" noresize />
</frameset>
My requirements do NOT allow to include the actual HTML of the page in the email body (which would be the “normal” way of doing this), the customer just wants the email client to pull the web page from the internet when the email is opened.
Thanks.
In short: Don’t do it – it’s not supported in most email clients
More information here: http://www.campaignmonitor.com/blog/post/3219/do-iframes-work-in-email/