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
Do I need to install php after xampp?
What is move_uploaded_file in php?
Does apache use php?
What is the difference between get and post in php?
How to access a global variable inside a function?
How do I install php and apache on windows 10?
How to create a web form?
Explain NULL?
Which library is used in php to do various types of image work?
Tell me how can we change the maximum size of the files to be uploaded?
How do I start a php session?
Give the case where we can use get and we can use post methods?
What new features php7 has in store for us?
Explain how can we execute a php script using command line?
How to get the value of current session id?