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
Explain object-oriented methodology in php?
How do you debug php?
How do I escape in php?
What is the function mysql_pconnect() usefull for?
What is the use of extract function in php?
How is session id stored in browser?
How we can get the number of elements in an array?
What is the use of "ksort" in php?
Tell me how do I check if a given variable is empty?
How to stop the execution of php script?
Is not null mysql?
What are php magic methods/functions?
Why do we need abstract class in php?
How to get the total number of values in an array?
What is null value in php?