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 to retrieve the original query string?
How break and continue while loop in php?
How does the identity operator ===compare two values in PHP?
What is php crud api?
Which function is used in php to count the total number of rows returned by any query?
What is the difference between == and === operator in PHP?
How to remove leading and trailing spaces from user input values?
Whhat is a Functions
What is difference between rest api and restful api?
What is the advantage of runtime polymorphism?
What is a PHP Filter?
How do you destroy a session?