Answer the question
In order to leave comments, you need to log in
How to setup mail() function in php?
I can't send email, here is the code:
<?php
$to= "[email protected]" ;
$message="Помагите";
$subject = "Birthday Reminders for August";
$headers = 'From: [email protected]';
mail($to,$subject, $message, $headers);
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question