You set the headers, but you never actually told mail to use them.Code:mail($to,$subject,$message);
Try:
Code:mail($to,$subject,$message,$headers);
You set the headers, but you never actually told mail to use them.Code:mail($to,$subject,$message);
Try:
Code:mail($to,$subject,$message,$headers);
TOS breakers will be suspended regardless of race, creed, national origin, hair color, or favorite food. Thanks for your understanding!