what is code for email sending through localhost pc..?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / adrevol
You can send mails using mail() function in php.
But you need to configure the SMTP in your php.ini file
by default, it will be set to localhost
change the entry of SMTP = localhost to
SMTP =mail.xxx.com
| Is This Answer Correct ? | 5 Yes | 6 No |
What percentage of websites use php?
What is isset function in php?
Where can I find php ini file?
What does the function get_magic_quotes_gpc() means?
hi abinashg i think u have experience in php plz tell me more about php now i raearlly want to do php wat is the future.my email id atul_saini2@yahoo.co.in.plz guide me thanks...........
What is the difference between using copy() and move() function in PHP file uploading?
Does php have future?
What is restful api?
Tell us what does $_cookie means?
Tell me are parent constructors called implicitly inside a class constructor?
What is the difference between for and foreach?
What are the advantages of stored procedures, triggers, indexes in php?