iStriide Posted August 3, 2010 Share Posted August 3, 2010 Somebody please tell me why this wont work. Didnt wont to put my email in their. <?php $user = $_POST['subject']; $email = $_POST['email']; $message = $_POST['message']; //To, Subject, Message mailto(''); mailsubject('$user Sent you a message'); mailfrom('From: ' . $user . ' <' . $email . '>'); ?> Link to comment https://forums.phpfreaks.com/topic/209715-php-mailing-code-wont-work/ Share on other sites More sharing options...
kenrbnsn Posted August 3, 2010 Share Posted August 3, 2010 Are you using a mail class or package? That is not code for regular PHP mail. Ken Link to comment https://forums.phpfreaks.com/topic/209715-php-mailing-code-wont-work/#findComment-1094794 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.