PDA

View Full Version : Clipped emails


Jacob Stetser
03-10-1999, 03:09 PM
Emails sent via PHP or CGI seem to be getting clipped a few characters before then end.

Adding empty space doesn't seem to help, as it cuts off the last few characters, or even almost a whole line of text, depending on how persnickety it is.

My question is: what is causing this, and how can I stop it, other than by adding extra returns and a non-space character at the end?

Jake

Deb
03-10-1999, 03:17 PM
I had the same problem for a while... never did figure out what 'made it happy'. I ended up adding a
-----/n
at the end just to offer it something to go for and that worked... still unsure what the 'true answer' is.. but that worked as a bandaid for me.

Deb