|
-
Apr 22nd, 2006, 04:58 PM
#1
Thread Starter
Frenzied Member
Contact form help needed plz
Can anyone help me with this please, it sends the email but it dosent go to the inbox of the email address.
-
Apr 24th, 2006, 06:40 PM
#2
Re: Contact form help needed plz
Your scripts work but the email went into my spam folder.
If you change
PHP Code:
$headers = "From: Contact form\n";
to
PHP Code:
//Can you use any email address even if it doesn't exist
$headers = "From: Contact form - [email protected]\n";
then you should get it in your Inbox everytime
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|