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.