My Professor assigned me to send him an email from Facebook that says his profile is been shut down. He will then reply to me with something, how can I see his reply?
I basically need to forward his message to me. Is that possible? Thanks in advance.
$to = "to emial pou thesn a to steileis vazeis edw";
$subject = "kanonika subject sto email";
$message = "mnm"
$from = "email pou thes na fainetai oti stalthike";
$headers = "From:" . $from;
$mail = mail($to,$subject,$message,$headers,$from);
if($mail) { echo "Email sent to ".$to; } ?>
Ignore whatever is inside "", it's just something to make it better for me.
Thanks in advance!