mail Outs

P

Paul M

Hi
How do I create a web page that can be emailed ie where the message is it
looks like a web page.I have triad to do it but when the email is sent the
recipient only sees red crosses where the images should be
Best wishes
Paul M
 
S

Stefan B Rusynko

All your images need to be absolute links to an online site

PS
IMHO
- send it in plain text w/ a link to the web page for those that want to see it in html
- more and more users (and programs) are blocking html emails and images




| Hi
| How do I create a web page that can be emailed ie where the message is it
| looks like a web page.I have triad to do it but when the email is sent the
| recipient only sees red crosses where the images should be
| Best wishes
| Paul M
|
|
 
A

Andrew Murray

This is because the images themselves have to be 'hosted' on a web server
with absolute links (i.e. http://www.yoursite.com/images/image.jpg...) to
them since they are not embedded as part of the email message.

Basically html email is a web page in an email reader - however there are
many users who don't use html mail readers or read in plain text only.....so
it would be worth giving the option to go to a web site as well.
 
Top