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
Tell us how can we display the output directly to the browser?
When do you use define() and when do you use const. What are the main differences between those two?
Why php was called as personal home page?
How to access a global variable inside a function?
What is the use of $_request variable?
What is the use of curl()?
Explain what is the function file_get_contents() usefull for?
Do you know what is use of count() function in php?
What is is_null() in php?
Is php is dying?
Tell me how to execute an sql query? How to fetch its result?
Is php easier than node?
How to convert a string to lowercase in php?
What is the Pipe Symbol represented?
Is a number php?