In a php form page, this executes
mail($recipient,$subject,$message,$headers)
and returns true, but mail doesn't show up at recipient (a gmail address).
I haven't set a php level for the folder containing the script. Should I have? I assume system default (PHP 5.3.8) applies.
Anything else I should do?
mail($recipient,$subject,$message,$headers)
and returns true, but mail doesn't show up at recipient (a gmail address).
I haven't set a php level for the folder containing the script. Should I have? I assume system default (PHP 5.3.8) applies.
Anything else I should do?