View Single Post
  #5  
Old 08-08-2006, 06:45 AM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default

Sorry. Forgot to add the closing semi-colon. Try this, I tested this and it worked on version 4.0.14.

Change the line to this:
Code:
$headers = "From: YOUR COMPANY NAME<".$m_from.">".$lend."X-Mailer: PHP/".phpversion().$lend."MIME-Version: 1.0".$lend.$message_header;
Reply With Quote