For your information, this code sorted the problem for me.
Maybe additional headers are the problem or the "\n" has to be "\r\n" or "\n\r" on your system. Sometimes it is.
You can try this:
if(isset($send_copy_to)) {
$from = "From: ".$send_copy_to."\r\n";
if(!ini_get('safe_mode')) {
mail ...
Search found 2 matches
- Thu 26. Feb 2004, 21:36
- Forum: phpwcms Support English
- Topic: PHP Email form not sending mail to recipient
- Replies: 25
- Views: 9497
- Wed 17. Dec 2003, 22:36
- Forum: phpwcms Feature Requests
- Topic: arbitrary starting level for NAV_TABLE_COLUMN
- Replies: 25
- Views: 16996
Can't get me head around navigation strting points
Hi I have implemented the code on
http://www.phpwcms.de/forum/viewtopic.php?t=287
but I am struggling to calculate the correct URL.
Could you please expalin how to set it up in very simple terms (as you may have guessed, I am not a programmer!)
Thanks - Jack
I have now worked this one out for ...
http://www.phpwcms.de/forum/viewtopic.php?t=287
but I am struggling to calculate the correct URL.
Could you please expalin how to set it up in very simple terms (as you may have guessed, I am not a programmer!)
Thanks - Jack
I have now worked this one out for ...