Path : /hermes/bosweb/b1705/libeyne.com.mv/ |
Current < : /hermes/bosweb/b1705/libeyne.com.mv/mailer.php |
<?php $Name = "www.supremecourt.gov.mv"; //senders name $email = "yasir@cipher-inc.com"; //senders e-mail adress $recipient = "ibrahimyacyr@gmail.com"; //recipient $mail_body = "The text for the mail..."; //mail body $subject = "Feedback"; //subject $header = "From: ". $Name . " <" . $email . ">\r\n"; //optional headerfields mail($recipient, $subject, $mail_body, $header); //mail command :) ?>