Path : /home/dent/public_html/emailing_files/ |
Current File : /home/dent/public_html/emailing_files/email.php |
<?php $to = "dent@usc.edu"; $subject = "Testing messages again"; $msg = "Email message to me... more text.... more"; $header = "From:Patrick_Dent<dent@usc.edu>"; $test = mail( $to, $subject, $msg, $header ); echo "Your email success code is " . $test; // $to =""; // email to send it to.. so probably YOUR email // include '../pdloginvariables.php';