-
Topic
-
I use an applet to create email text:
NewMsg.BodyText.PlainText = THE_CONTENTS_OF_A_TEXT_FILE
NewMsg.SendWhen I look at the body, there is an extra line break at the start, and every linebreak has an extra space character before it. Strange, but not a problem.
When I send it to username@internalDomain, it works fine. However, when I send to external email addresses (out through the GWIA then back in), The last character of the message is trimmed off.
Any idea why? is this a GW ‘feature’
To me it seems like GW must be appending a null character to the end of its own emails, since this bug does not occur in emails created normally instead of with an applet.Cheers
Tarquin
- You must be logged in to reply to this topic.