We have a page which automatically generates and sends a notification email to a user when their account has been activated. This HTML email is generating seemingly random exclamation points ( ! ) in the body of the message. We have gone over the code several times, tried encoding it as a text email instead, rewritten the code (a) appending to the string AND (b) as one large print statement.
We are using PHP on Windows 2000 Server. Is there something about PHP variable sizes or the configuration of PHP on the server that could cause the problem?
The code is very straightforward, but I can post a simplified version of it if anyone thinks it will help. FYI -- this is the same code we've used on other servers without a problem.
Help!
Eric Baze
ebaze@conferencecall.com