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 |
How do you sort an array in php?
How can we create a database using php?
What is the difference between htmlentities and htmlspecialchars in php?
how can i develop forum code? any one pleale help me on this question
What is the difference between characters 34 and x34?
What is the difference between get & post ?
What is difference between Method overriding and overloading in PHP?
What is csrf cookie?
Are php short tags acceptable to use?
•How can we submit a form without a submit button
Which function would you use to insert a record into a database in php?
Explain php split() function.