Tell me what the code will be if I need a simple function to send mail (), so that there are 2 fields (subject and message) and there is a button to send.
|
1 answer
Tell me what the code will be
The code will be like this.
<?php // The message $message = "Line 1\nLine 2\nLine 3"; // In case any of our lines are larger than 70 characters, we should use wordwrap() $message = wordwrap($message, 70); // Send mail('caffeinated@example.com', 'My Subject', $message); ?>
And the form itself, write, it remains the case for small! And then the question will be deleted! because of " Work for the Author "
- And the form to fill? - Semyon
|