how to send mail in php but mail should be send in inbox
not in spam.....:(

Answers were Sorted based on User's Feedback



how to send mail in php but mail should be send in inbox not in spam.....:(..

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

how to send mail in php but mail should be send in inbox not in spam.....:(..

Answer / kapil dhiman

Use Text Instead Of Images

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More PHP Interview Questions

How do you sort an array in php?

0 Answers  


How can we create a database using php?

0 Answers  


What is the difference between htmlentities and htmlspecialchars in php?

0 Answers  


how can i develop forum code? any one pleale help me on this question

0 Answers  


What is the difference between characters 34 and x34?

0 Answers  


What is the difference between get & post ?

0 Answers  


What is difference between Method overriding and overloading in PHP?

0 Answers  


What is csrf cookie?

0 Answers  


Are php short tags acceptable to use?

0 Answers  


•How can we submit a form without a submit button

5 Answers  


Which function would you use to insert a record into a database in php?

0 Answers  


Explain php split() function.

0 Answers  


Categories