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 know user has read the email-php?

1 Answers  


What is difference between require_once(), require(), include()?

1 Answers  


What are access specifiers?

1 Answers  


What is var_dump function in php?

1 Answers  


Can we override magic methods in php?

1 Answers  


How to pass an argument to a function?

1 Answers  


Which is the dependent variable?

1 Answers  


Explain how to submit form without a submit button.

1 Answers  


Is array empty php?

1 Answers  


What is use of count() function in php?

1 Answers  


How are sessions maintained?

1 Answers  


Which function can be used to exit from the script after displaying the error message?

1 Answers  


Categories