
mwouters - 2009-07-07 20:22:12
Hello,
You have certainly written a nice class, i use it alot.
But today i had a strange problem.. looked for 4 hours, couldn't find it.
I got this far:
The script that uses your class sends out an e-mail (obviously). The email contains a small text coming from the database (inputted using a textarea in an administrator website).
When the text has about 40 characters, the mail arrives.
When the text has about 100 characters, the mail does not arrive.
To exclude problems with charsets etc. i pasted the text directly into the script. However, still had the same problem!
The I thought the overall lengt of the email might be the problem. So i inserted the 100 characters in the place where I experience the problem and removed some 100 characters at another place in the email: same problem remained!!
I also tried $bodytext = wordwrap ($bodytext, 70 );
Same problem..
I don't have any ideas left now, this looks very spooky to me :-)
Did you experienced such problems?
Please let me know if you have ANY ideas!
Thanks a lot,
Mark.