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 |
Will php die?
How to create a mysql connection?
programm for factorial
Explain me is multiple inheritance supported in php?
What are form input html tags?
what is benefit of magento?
What is the use of mysqli_real_escape_string() function?
What is a query in php?
How to convert a string to uppercase in php?
How to write in a file in php?
how to get substring of string without using substr() function in php ????
Why should I store logs in a database rather than a file?