php include "mail.php"; //send_mail($recipient, $subject, $message) if(send_mail("email", "testing", "welcome")) { echo"message sent.!"; } else{ echo"message Not sent.!"; } ?>
Signin