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
How does php session work?
How to open a file in php?
What is strcmp?
What does session start do in php?
What are sql injections, how do you prevent them and what are the best practices?
Which function would you use to determine the length of a string in php?
How to access a specific character in a string?
Does php need html?
What is an example of a variable?
What is the function mysql_pconnect() usefull for?
What are the advantages of object-oriented programming in php?
Explain the difference between static and dynamic websites?
Where is my php ini file?
How to write comment in php?
Write a program to get lcm of two numbers using php?