1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

PHP challenge !!

Discussion in 'PHP' started by Simi1, Jan 16, 2008.

  1. #1
    Hi
    I have a PHP contact form integrated on my new website.
    I am not a developer but was able to do this much.Now, the problem is that every time this form is filled i expect to get an email which DOES NOT HAPPEN.
    So ,the form is there but dono what is it with the code that i am not getting the email.
    Can someone guide me here abt what could be possibly causing it?
     
    Simi1, Jan 16, 2008 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    You will have to post your code. Mind reading doesn't work over the internet.
     
    nico_swd, Jan 16, 2008 IP
  3. AMSAshley

    AMSAshley Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Did you changed the variable where you enter your email address?
     
    AMSAshley, Jan 16, 2008 IP
  4. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #4
    It could be any of this:

    1. Wrong coded script
    2. Email goes to the spam folder
    3. Server DNS is improperly configured
     
    wmtips, Jan 16, 2008 IP
  5. webexpert

    webexpert Banned

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    may be your code to send email can just send email where authentication is not require.. and now your hosting need smtp server authentication to send email.. thatz what i think..
     
    webexpert, Jan 16, 2008 IP
  6. mrhmm

    mrhmm Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i'm in a similar (but not same) situation. i have created an email sign up page with php using a "Mailto" reference. it is now pointing to my email, and is working. my question is, can i make it so that i receive the data through email, but so it doesn't have to be sent through the customer's email client? i just want them to input the data, click submit, and go from there. can anyone help?
     
    mrhmm, Jan 16, 2008 IP
  7. himanshu08

    himanshu08 Guest

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    hi simmi,
    for your stuff there are two ways you can go on
    1> you can use php mail function with proper parameters
    and

    2>you can send authenticated mail via authenticated smtp server user id and password for that u have to provide valid smtp server name user id and passeord for that smtp server if you wants proper samplr code for that then you can see this link http://email.about.com/od/emailprogrammingtips/qt/et073006.htm
    http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html

    if any query then reply me on hpatel@agileinfoways.com
     
    himanshu08, Jan 16, 2008 IP