Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $subject = 'Andrana PHP azafady';
- $message = ' The addition of basic headers,\r\n telling the MUA the From and Reply-To addresses';
- 'X-Mailer: PHP/' . phpversion();
- mail($to, $subject, $message, $headers);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment