Results 1 to 2 of 2

Thread: Contact form help needed plz

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    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.

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    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
  •  



Click Here to Expand Forum to Full Width