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

Do you know how can we check the value of a given variable is a number?

0 Answers  


What is the meaning of symbol '$' in jquery?

0 Answers  


Why do you need php?

0 Answers  


Explain php split() function.

0 Answers  


Write a program to get lcm of two numbers using php?

0 Answers  






Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.

1 Answers   Wipro,


What is namespace in php?

0 Answers  


Write the statements that are used to connect php with mysql

0 Answers  


Is php a middleware?

0 Answers  


Which will start a session?

0 Answers  


What IS PHP?

3 Answers   Reliance,


What is difference between html and php?

0 Answers  


Categories