Can anyone help me with this please, it sends the email but it dosent go to the inbox of the email address.
Printable View
Can anyone help me with this please, it sends the email but it dosent go to the inbox of the email address.
Your scripts work but the email went into my spam folder.
If you change
toPHP Code:$headers = "From: Contact form\n";
then you should get it in your Inbox everytime :thumb:PHP Code://Can you use any email address even if it doesn't exist
$headers = "From: Contact form - [email protected]\n";