I'm creating an internal website for my work that occasionally sends out mail(s) to users that ideally should contain content from the site itself.
My first instinct was to have the mail contain only an <iframe/> with a link to the page on the site, but I've now confirmed that Outlook 2007 won't render anything that allows external pages to be shown in an email (see here)
Does anyone know of any method, setting, plugin or other trick to allow this to work somehow? As I said it's for an internal site, so it doesn't matter if it's slightly hackish, but it should be secure enough to still prevent this from happening from external mail sources.
Any help is appreciated.