how to send mail in php but mail should be send in inbox
not in spam.....:(
Answers were Sorted based on User's Feedback
Answer / 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 |
is php is the best for this situation
What is var_dump function in php?
What are the features of php?
What are the methods useful for method overloading?
How to know user has read the email-php?
Explain php explode() function.
Is md5() is breakable if yes than how?
Is php fully object oriented?
How to get no of arguments passed to a PHP Function?
What is difference between count or sizeof function in php?
What is a controller in programming?
How arrays are used in php?