how to send mail in php but mail should be send in inbox
not in spam.....:(
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between $name and $$name?
What is super keyword in c++?
What is array and function?
How do I find environment variables?
What are the benefits of using queries?
Is php outdated 2019?
Starting or restarting a computer is called
How many days will it take to learn php?
What is the best php version for wordpress?
What is the difference between == and === in php?
What are php applications?
Explain the purpose of output buffering in php.
What is if isset ($_ post submit )) in php?
What is difference between array_merge and array_combine?
How does the identity operator === compare two values?