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 can you propagate a session id?
What are the differences between mysqli_connect and mysqli_pconnect?
What is php glob?
Is age interval or ordinal?
How we can convert dynamic url into static url? plz provide code.
how do we can copy of the content of a web page with the help og the URL and display them onto any other page
Tell me how is it possible to return a value from a function?
How to register a variable in PHP session?
Who is the father of PHP and explain the changes in PHP versions?
13 Answers Befree, iMark Group, Netizen,
How to create connection in php?
WHat is the diff. between PHP4 and PHP5?
6 Answers Clarion Technologies, IBM, OmniNet, Sparkton Infotech,
Is it possible to use com component in php?