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 to retrieve the original query string?

0 Answers  


How break and continue while loop in php?

0 Answers  


How does the identity operator ===compare two values in PHP?

0 Answers  


What is php crud api?

0 Answers  


Which function is used in php to count the total number of rows returned by any query?

0 Answers  


What is the difference between == and === operator in PHP?

0 Answers  


How to remove leading and trailing spaces from user input values?

0 Answers  


Whhat is a Functions

1 Answers   IQ,


What is difference between rest api and restful api?

0 Answers  


What is the advantage of runtime polymorphism?

0 Answers  


What is a PHP Filter?

0 Answers  


How do you destroy a session?

0 Answers  


Categories