Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is code for email sending through localhost pc..?

Answers were Sorted based on User's Feedback



what is code for email sending through localhost pc..?..

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

what is code for email sending through localhost pc..?..

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

Post New Answer

More PHP Interview Questions

What are the benefits of using php?

0 Answers  


Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()

0 Answers  


How to run the interactive php shell from the command line interface?

0 Answers  


How to create a session? How to set a value in session?

0 Answers  


Can I use php in visual studio?

0 Answers  


Does empty check for null?

0 Answers  


is anybody upload more than 100mb file using PHP upload script in ONLINE SERVER (using .htaccess file)? please give some idea...

1 Answers  


How to check if a string contains a character or word in php?

0 Answers  


What is put method in php?

0 Answers  


how to overcome server time behind twleve hours compare to local system time

0 Answers  


What does pear stand for?

0 Answers  


How we can retrieve the data in the result set of mysql using php?

0 Answers  


Categories