D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
htdocs
/
Filename :
contactMail.php
back
Copy
<?php // $name= $_POST['name']; // $email= $_POST['email']; // $sub= $_POST['subject']; // $msg= $_POST['message']; $to = 'np93297@gmail.com'; $subject = "vbhjv"; $message = "bddsv"; $headers = "nikita.patil@healthcoco.com"; $headers = "Content-type:text/html\r\n"; if(mail('np93297@gmail.com','we',$message,'From:nikita.patil@healthcoc.com')){ echo "Succed "; }else{ echo "err"; } ?>