what is code for email sending through localhost pc..?
Answer Posted / tanmoy
localhost pc not support to send mail.
but we can check it in our localhost web browser by this code:
$val= mail($to,$sub,$message,$headers);
echo "TO::".$to."<br>";
echo "FROM::".$fr."<br>";
echo "Sub::".$sub."<br>";
echo "Message:".$message."<br>";
exit();
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Difference between $message vs. $$Message in php.
What is the main difference between asp net and php?
Is php a middleware?
What is a collection in php?
What are different types of Print Functions available in PHP?
What is composer json?
What is get and post method in php?
What does php do?
Is wordpress a php framework?
How to check a key exist in an array?
What is the default time in seconds for which session data is considered valid?
What is meant by PEAR in PHP?
What are super global variables in php?
What are php variables?
What is pdo in php why use?