Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You at the service station will also say "my car does not work, what's wrong here?" ?
What is the problem, what is the error?
If nothing is clear at all, then check this:
$to = '[email protected]';
$subject = 'subject';
$message = 'test';
$headers = 'From: [email protected]' . "\r\n" .
'Reply-To: [email protected]' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $message, $headers);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question