


<?php
$to = 'nobody@example.com';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: webmaster@example.com' . "\r\n" .
'Reply-To: webmaster@example.com' . "\r\n";
mail($to, $subject, $message, $headers);
?>


thedotmaster wrote:And most free webhosts disable the mail() function.. just so ya know..

L0DER wrote:thedotmaster wrote:And most free webhosts disable the mail() function.. just so ya know..
You're right, but there is 000webhost.com it is pretty good and has the mail(), shame the let only us, I think.


Users browsing this forum: No registered users and 0 guests