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

What does mvc stand for and what does each component do?

0 Answers  


Where are the session values stored?

1 Answers  


Explain me what is the w3c?

0 Answers  


How do you use an array in excel?

0 Answers  


Is empty function c++?

0 Answers  






Can you extend a final defined class?

0 Answers  


What is composer used for?

0 Answers  


Is php a cms?

0 Answers  


Why do we use sessions in php?

0 Answers  


Write a program to upload a file in php?

0 Answers  


Difference between array_combine and array_merge?

0 Answers  


what are the errors and when we get that particular errors.and who will give that errors

3 Answers  


Categories