how to send mail in php but mail should be send in inbox
not in spam.....:(

Answer Posted / venky

In php there is a predefined method called mail(); to send a
mails.
parameters will be mail($to,$subject,$body,"from:$from or
cc:$cc");

to send into inbox or spam we cant do anything for that that
is the receiver side settings in their mail setting..

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the rules in creating php variable?

523


Php says that an array is an ordered map. But how the values are ordered in an array?

589


What are the design patterns in php?

508


How to check your php installation?

499


What is get method in java?

521






What is the function mysql_pconnect() useful for?

542


What are headers in php?

522


What is framework in php for beginners?

516


What does a dependant variable mean?

553


Is null check in php?

518


What is env in laravel?

531


How to convert one date format into another in php?

481


How many types of functions are there in php?

590


Is variable name casesensitive in php?

539


How can you send http header to the client in php?

491