Go Back   Novahq.net Forum > phphq.Net > phphq.Net Forums

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-28-2011, 06:43 PM
Tustaste is offline Tustaste
Registered User

Join Date: Apr 2011
Posts: 4

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
Reply With Quote
  #2  
Old 05-07-2011, 06:26 PM
Tustaste is offline Tustaste
Registered User

Join Date: Apr 2011
Posts: 4

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";
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how can we submit phmailer form by using java script roop phphq.Net Forums 2 02-17-2011 08:15 PM
Attachment Not Attaching on phMailer Form Gazza phphq.Net Forums 4 04-12-2010 02:31 AM
Adding Capatcha to PhMailer Form Gazza phphq.Net Forums 0 04-07-2010 01:58 AM
Fill it up! panzer Humor & Jokes 0 08-06-2007 02:46 AM


All times are GMT -5. The time now is 06:44 AM.




Powered by vBulletin®