<?php $to = ‘nobody@example.com’; $subject = ‘the subject’; $message = ‘hello’; $headers = ‘From: webmaster@example.com’ . „\r\n“ . ‘Reply-To: webmaster@example.com’ . „\r\n“ . ‘X-Mailer: PHP/’…
<?php $to = ‘nobody@example.com’; $subject = ‘the subject’; $message = ‘hello’; $headers = ‘From: webmaster@example.com’ . „\r\n“ . ‘Reply-To: webmaster@example.com’ . „\r\n“ . ‘X-Mailer: PHP/’…