Dynamic content in HTML mails

  • Thread starter Thread starter Kim Kragh
  • Start date Start date
K

Kim Kragh

Hi.

I tried to create a template .html file with an <IFRAME
src="mydyn.asp?option1=1&option2=0">.. tag. The idea was that the asp page
would add content from a webserver via other IFRAMES.

However, it seems that IFRAMES are not supported in email clients. Are there
other ways to add dynamic content to email campaigns?

Do I really need to create the 100+ combinations of HTML before sending them
as HTML? The 40.000 subscribers all have a mixture of more than 10 different
content types.

/TIA
 
IFRAMES are supported but you'll have to lower your security for this. By
default IFRAMES are not allowed. If you want to send an HTML message based
on a template;
-Create a new mail
-Choose Insert-> File...
-Browse to the template file and select it
-Press on the little downarrow on the Insert button and choose to insert is
as text.

Send a testmessage first to make sure that there is no script in it that
could be blocked by some clients for security reasons.
--
Roady
www.sparnaaij.net
Microsoft Office and Microsoft Office related News
Also Outlook FAQ, How To's, Downloads and more...

How To Manage General Information For Multiple Contacts
www.sparnaaij.net
 
Back
Top