I read in one of your forums that I need an intermediate php account, may I upgrade to this for free as I keep getting error "Warning: mail() has been disabled for security reasons in"
many thanks in advance
how can i use the SMPT? do you mean when i configure my email account or can i do this in cpanel?
many thanks
mail($recipient, $subject, $msg, $headers);
So I have set up the SMPT manually and works fine as I tested sending an email to the account.
But my problem is at my website which still gives the warning about the mail (function)--- I dont quite understand really,
my code has
what is wrong with this?PHP:mail($recipient, $subject, $msg, $headers);
how can I fix this code?