PHP mail function

hi,

i have a php file host in a server (not localhost) that able to send a email when a email address is provided.

but it`s not work.

mail("[email protected]",“test”,“test”,“test”);

this is the function i used.

it return true after i run it.

but i can`t find email in inbox.

i have spent more time with this problem.

so please help me to make this error.

thank you.

We would need your actual code, not what you think it is, they tend to be very different things with beginners. You may also want to take a look a article I wrote about sending email in php here http://amecms.com/article/Sending-email-in-PHP-and-reaching-the-inbox

Sponsor our Newsletter | Privacy Policy | Terms of Service