Operating System - HP-UX
1751840 Members
5254 Online
108782 Solutions
New Discussion юеВ

Re: sending html attachment using sendmail

 
SOLVED
Go to solution
S.N.S
Valued Contributor

Re: sending html attachment using sendmail

Sunny, SEP deserves more points then!!---SNS
"Genius is 1% inspiration, 99% Perspiration" - Edison
Steven Schweda
Honored Contributor

Re: sending html attachment using sendmail

> I don't understand what the html code is.

A Google (or other Web) search for keywords
like, say:
html primer
should find some basic instructional material
on HTML.
Horia Chirculescu
Honored Contributor

Re: sending html attachment using sendmail

Hello,

When you load this into a web browser

http://IP_ADDRESS/themes/base/clear.gif

Do you see the image?

It is important to specify the http:// in front of your link. Some of the web browsers will act like this even without this string but in order to prevent problems with others, you should always use the URL in the complete form.

Horia.
Best regards from Romania,
Horia.
Horia Chirculescu
Honored Contributor

Re: sending html attachment using sendmail

Also,

You should know that in the case of generating dynamic HTML files (as you are) you should use also Pragma: no-cache and Expires: 0 like this:



<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta http-equiv="PRAGMA" content="NO-CACHE" />
<meta http-equiv="EXPIRES" content="0" />

....

This is for preventing caching in your web browser or in any proxy used (if any).

Horia.
Best regards from Romania,
Horia.
Sunny Jaisinghani
Trusted Contributor

Re: sending html attachment using sendmail

Thanks Horia...

Once i have the correct IP address OR domain i will be able to test these things.

Cheers
Sunny