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 is lamp in php?

0 Answers  


Does php have block scope?

0 Answers  


How many ways we can give the output to a browser?

6 Answers  


How to find current date and time?

0 Answers  


What is needed to be able to use image function?

0 Answers  






How could I install codeignitor ?

0 Answers  


Which MySQL function would you use to select a database?

0 Answers  


Is multilevel inheritance possible in php?

0 Answers  


1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?

4 Answers   PA Consulting, TCS,


Functions in IMAP, POP3 AND LDAP?

1 Answers   Rushmore Consultancy,


How do I end a php session?

0 Answers  


What is the output of the following php code?

0 Answers  


Categories