|
|
Question : HTML Emails
|
|
How do I create an email that looks like a miniature website? Like the ones that egghead.com, register.com, iconocast.com to name a few sends out. Please give me detailed procedure...
|
Answer : HTML Emails
|
|
Also, if you want to build those emails dynamically you could produce them by using ASP..where you basically build up your email text (and also layout) using a string that you keep on filling with the needed HTML tags to build up your email.
Hope that helps...
Cheers, Max.
|
|
|
|
|