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 |
What is php artisan serve?
can anyone tel me about the Expression engine Note:Its a CMS in Php
What is inheritance in php?
What does $_server means?
What is helper function?
How do I escape data before storing it into the database?
How can we destroy the session, how can we unset the variable of a session?
What is difference between rest and http?
How data or variable can be receive or send from PHP to HTML page??
What can I do by cakePHP?
What is print_r?
What is php date function?