+ Reply to Thread
Results 1 to 19 of 19

Thread: Some incoming email saying "Invalid Address"
      
   

  1. #1
    maritza's Avatar
    maritza is offline Sergeant
    Join Date
    Feb 2007
    Posts
    25

    Default Some incoming email saying "Invalid Address"

    When I give someone my Webmail email address I get their messages and can see their email address. Also I've tested all my email links on my website and they showing coming from my AOL account.

    But...a few times I've tested my Form and submitted it...it shows as coming from an Invalid Email Address. I also had a friend test this by submitting the form and it also said Invalid Email Address. So I don't know who the sender is.

    What am I doing wrong? Obviously, the problem is related to the form and my submit button.

    www.carabellaskincare.com/form.html

    Maritza

  2. #2
    Jeremy's Avatar
    Jeremy is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    1,503

    Default Re: Some incoming email saying "Invalid Address"

    Hey,

    Are you getting the message atleast and its only saying invalid because it doesn't know how it sent to your e-mail?

    Does it look like this sorta ..


    If so, it is because it is using the VodaHost server to send the e-mail and not from your e-mail so it isnt really coming from an e-mail.
    Best regards,
    Jeremy

    www.cornwall4rent.com

  3. #3
    maritza's Avatar
    maritza is offline Sergeant
    Join Date
    Feb 2007
    Posts
    25

    Default Re: Some incoming email saying "Invalid Address"

    no it looks like this:

    15 12:22:23 PM Invalid Address Skin Analysis Form

  4. #4
    maritza's Avatar
    maritza is offline Sergeant
    Join Date
    Feb 2007
    Posts
    25

    Default Re: Some incoming email saying "Invalid Address"

    yes, jeremy i am at least getting the form with the responses but the "from" says Invalid Email Address.

  5. #5
    Jeremy's Avatar
    Jeremy is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    1,503

    Default Re: Some incoming email saying "Invalid Address"

    Yeah, that is why .. it does not know who is sending it, because the script is using the VodaHost server (depends which one you have) to send the mail to your e-mail.
    Best regards,
    Jeremy

    www.cornwall4rent.com

  6. #6
    maritza's Avatar
    maritza is offline Sergeant
    Join Date
    Feb 2007
    Posts
    25

    Default Re: Some incoming email saying "Invalid Address"

    i guess i'll open a support ticket because i have no idea how to fix that?

  7. #7
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Some incoming email saying "Invalid Address"

    Most probably, the email field in your form is named something diffrenet than the required in the form script, so the script sends the form info without email address or with the server one: voda?@vodahost.com, whic your ISP considers Invalid. If you wish, post here your php script (the one that processes the form) and a link to the form itself.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  8. #8
    Jeremy's Avatar
    Jeremy is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    1,503

    Default Re: Some incoming email saying "Invalid Address"

    Also, it might be your username @ vodahost for example:

    rlvcclds@vodahost.com on Voda 3 ..
    Best regards,
    Jeremy

    www.cornwall4rent.com

  9. #9
    maritza's Avatar
    maritza is offline Sergeant
    Join Date
    Feb 2007
    Posts
    25

    Default Re: Some incoming email saying "Invalid Address"

    NavalDesign & Jeremy,

    Thanks for your input. But I'm still lost. Naval, can you list out the steps I need to do.

    Post php script (the one that processes the form) and a link to the form itself??????

    www.carabellaskincare.com

    p.s. jeremy, your website is VERY nice....very professional.

  10. #10
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Some incoming email saying "Invalid Address"

    Ok, the first thing to do is to rename the Emal address field, in your form, to "email" all lowercase chrs. The, save and republish, and try the form again. If this doesn't work, i need you to post here the php script that you have pasted in the "action" page. From there we will see what else neeeds to be done.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  11. #11
    maritza's Avatar
    maritza is offline Sergeant
    Join Date
    Feb 2007
    Posts
    25

    Default Re: Some incoming email saying "Invalid Address"

    the only email address field in my form is the one for users to insert their email address so i can contact them.

    this script? from the page html?

    <?PHP
    $email = $HTTP_POST_VARS[email];
    $mailto = "maritza@carabellaskincare.com";
    $mailsubj = "Skin Analysis Form";
    $mailhead = "From: $email\n";
    reset ($HTTP_POST_VARS);
    $mailbody = "Values submitted from web site form :\n";
    while (list ($key, $val) = each ($HTTP_POST_VARS))
    {
    if ($key!="submit")
    {
    $mailbody .= "$key : $val\n";
    }
    }
    mail($mailto, $mailsubj, $mailbody, $mailhead);
    ?>

  12. #12
    Jeremy's Avatar
    Jeremy is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    1,503

    Default Re: Some incoming email saying "Invalid Address"

    Haha, thank you Maritza! I would love to see your website soon :)
    Best regards,
    Jeremy

    www.cornwall4rent.com

  13. #13
    maritza's Avatar
    maritza is offline Sergeant
    Join Date
    Feb 2007
    Posts
    25

    Default Re: Some incoming email saying "Invalid Address"

    you can...it's www.carabellaskincare.com.

    thanks.

  14. #14
    Jeremy's Avatar
    Jeremy is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    1,503

    Default Re: Some incoming email saying "Invalid Address"

    Very nice indeed! .. I really like it, very neat and clean, so it is easy to manage .. I wish I can get one of those done, haha
    Best regards,
    Jeremy

    www.cornwall4rent.com

  15. #15
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Some incoming email saying "Invalid Address"

    Please, as said, change the email address field in the form: right now it is "email address" make it "email" . Save, republish, and test AFTER refreshing the page.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  16. #16
    maritza's Avatar
    maritza is offline Sergeant
    Join Date
    Feb 2007
    Posts
    25

    Default Re: Some incoming email saying "Invalid Address"

    are you kidding me? it was as easy as that? thank you, navaldesign.

    www.carabellaskincare.com

  17. #17
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Some incoming email saying "Invalid Address"

    Wait the results before thanking me.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  18. #18
    maritza's Avatar
    maritza is offline Sergeant
    Join Date
    Feb 2007
    Posts
    25

    Default Re: Some incoming email saying "Invalid Address"

    no i did do it before i thanked you. it was that fast. thanks again.

    although now i'm not too crazy about my 'form'...

    ciao,
    maritza

  19. #19
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Some incoming email saying "Invalid Address"

    Why ? what don't you like about it ?
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49