email sending #13

Closed
td00 wants to merge 5 commits from email into master
Showing only changes of commit 12eb264e57 - Show all commits

View File

@ -21,3 +21,4 @@ $headers = 'From: '.$sender.' '. "\r\n" .
mail($to, $subject, $message, $headers); mail($to, $subject, $message, $headers);
?> ?>
<h1>Maybe there is a mail in your inbox now...</h1>