Page 1 of 1
mail program broken
Posted: Tue Aug 05, 2003 2:40 pm
by Shane
Hi, I am trying to fix a problem with my team's mail program. It is currently putting "! " in random places in the body of the email when the body reaches a certain size... If anyone can give me input on how they fixed a similar problem, or can tell me how the error may have been caused I would be grateful.
Thank you
Posted: Tue Aug 05, 2003 6:44 pm
by patrikG
Hmmm, well this is a PHP-forum, not a forum for mail-programs.
PHP has a mail-function, but I am not sure whether you are referring to a mail-client (e.g. MS Outlook, Thunderbird, Eudora, Pegasus Mail etc.) or that function.
Posted: Tue Aug 05, 2003 11:09 pm
by Shane
I was referring to the function of course. It would be silly to ask a question about Outlook or something in a PHP forum, wouldn't it? Sorry if I was unclear before.... Has anyone else seen PHP print exclamation points like this?
well...
Posted: Tue Aug 05, 2003 11:34 pm
by lethal
I wrote one my self using the imap_* functions and I've never had this problems, and I also get quite large emails.
Check out these.
Posted: Thu Nov 03, 2005 10:43 am
by Thomanji
Hi,
I had the same issue and I researched lots since I have mail filters, virus filters, spam filters, etc. on the server and any of those could have caused this theoretically. I found solutions in the following links, maybe it helps you too :
http://www.benan.net/forum/showthread.php?t=2
http://www.phpbuilder.com/board/printth ... t=10103067
http://www.phpbuilder.com/board/showthr ... d=10130312
http://www.tek-tips.com/viewthread.cfm?qid=913854
Best wishes,
thom