More effort...not really a problem. I'm just glad its available. Thanks again for such a wonderful script! :)
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Type: Posts; User: Chris Shepherd
More effort...not really a problem. I'm just glad its available. Thanks again for such a wonderful script! :)
How wonderful! Glad to see the AT_MANGLE thing is gone in the latest version. Thank you so much! I just love this form handler...best one out there! :)
I agree about removing the long winded explanations and version history from formmail.php...Better in seperate files? Also wondering why not put "sample forms" "formbadhandler", and "How to's" in...
Hey, no sweat...I got it working. Your post earlier helped give me a place to start. Thanks.
Hey, Hey, Hey...figured it out! :)
line 1334 now reads:
define("HEAD_CRLF","\n");
line 1355 now reads:
//define("BODY_LF","\n"); // the old default: just LF...
Did some messing around with this and here's what I've come up with so far:
changed line 1334 from:
define("HEAD_CRLF","\r\n");
To:
define("HEAD_CRLF","\n");
Now I don't get the...
I changed the code you specified, but I'm still getting the same result. I've read and re-read the instructions for uploading but I wonder if I've missed something.
I've added the following to...
Hi,
No error, but I had your email address wrong. I sent it again.
Did the above. Thank you so much for checking this out :)
Also just did a check in the latest version of Opera's email client. Same thing. Did I set something up wrong?
I've finally got most things working. When I do a test post with an uploaded attachment, I get an email that starts like this:
Content-Type: multipart/mixed;...