$subject = '';
$message = '';
$header = 'MIME-Version: 1.0' . "\r\n" .
'Content-type: text/html; charset=iso-8859-1' . "\r\n" .
'From: John Doe <no-reply@dpwebservices.com>' . "\r\n" .
'Reply-To: no-reply@dpwebservices.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail('someone@dpwebservices.com', $subject, $message, $header);
[ add comment ] ( 4 views ) | permalink |




( 2.9 / 160 )
Calendar


