Hi,

I'm trying to finish my script that will read part of an html page and stick
it into an email which is sent with sendmail.

However, I'm having problems with the email that sendmail is sending out, as
it is inserting exclamation marks in the message followed by a line return.

Such as

<img src="../gfx/logos/!
ponorth.gif" border="0" alt="P&amp;O North Sea Ferries" height="52"
width="140">

or

<td vali!
gn=top width="100%">

which is obviously messing the resulting html up.

I've developed this on a PC with Apache and it works fine printing it to the
screen instead of using sendmail, but as the host is Unix I thought that
maybe there where some hidden characters that sendmail didn't like, so I
saved the html file that it's reading in Unix format and took all the
returns out but the same thing happens.

Any ideas why these exclamation marks are appearing?

Thanks for any help,
Guy


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to