Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   phphq.Net Forums (https://novahq.net/forum/forumdisplay.php?f=277)
-   -   phMailer - How do I post a copy of the form, fill it? (https://novahq.net/forum/showthread.php?t=45911)

Tustaste 04-28-2011 06:43 PM

phMailer - How do I post a copy of the form, fill it?
 
Hi,

phMailer v.1.5.1 - How do I post a copy of the form, fill it?

A copy of the mail send $youremail?

Sorry, my English is bad

Regards

Tustaste 05-07-2011 06:26 PM

Working...

PHP Code:

        $headers="Return-Path: <".clean_msg($youremail).">\n";
        
$headers.="From: ".clean_msg($yourname)." <".clean_msg($myemail).">\n";
        
$headers.= "Bcc: ".clean_msg($yourname)." <".clean_msg($youremail).">\r\n";
        
$headers.="X-Mailer: PHP/".phpversion()."\n";
        
$headers.="X-Sender: ".$_SERVER['REMOTE_ADDR']."\n";
        
$headers.="X-Priority: ".$priority."\n"
        
$headers.="MIME-Version: 1.0\n";
        
$headers.="Content-Type: multipart/mixed; boundary=\"".$boundary."\"\n";
        
$headers.="This is a multi-part message in MIME format.\n"

Add only this $headers.= "Bcc: ".clean_msg($yourname)." <".clean_msg($youremail).">\r\n";


All times are GMT -5. The time now is 12:50 PM.

Powered by vBulletin®