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 know user has read the email-php?
What is difference between require_once(), require(), include()?
What are access specifiers?
What is var_dump function in php?
Can we override magic methods in php?
How to pass an argument to a function?
Which is the dependent variable?
Explain how to submit form without a submit button.
Is array empty php?
What is use of count() function in php?
How are sessions maintained?
Which function can be used to exit from the script after displaying the error message?