Bold'; $headers = 'From: Mickey Mouse'."\r\n"; $headers .= 'Reply-To: from@email.me'."\r\n"; $headers .= 'Return-Path: from@email.me'."\r\n"; $headers .= 'X-Mailer: PHP5'."\n"; $headers .= 'MIME-Version: 1.0'."\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1'."\r\n"; mail($to, $subject, $body, $headers); ?>