Sending Emails

Discussion in 'C#' started by avatar33, Jul 10, 2009.

  1. #1
    Hey guys,

    we have this functionality coded in ASP (JMAIL function) to allow the visitor to send us a message if he they have any questions. However, we noticed that some emails are not getting to our mailbox. We have a google tracking code on that page telling use that 30 users have clicked on the submit button, but we received only 10 emails, which doesn't make sense. Anyone knows what could be the problem? We run a dedicated server with Godaddy and the code is in ASP/Vbscript. We tested the form many times inhouse but no error whatsoever.

    thanks for any help you can provide
     
    avatar33, Jul 10, 2009 IP
  2. selinangela

    selinangela Peon

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    maybe some problems with the EMAIL server
     
    selinangela, Jul 10, 2009 IP
  3. shaileshk

    shaileshk Well-Known Member

    Messages:
    455
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #3
    Have you use cookies in your send email page.
     
    shaileshk, Jul 12, 2009 IP
  4. rnvr22

    rnvr22 Active Member

    Messages:
    290
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #4
    the problem may be with the 2 things:
    1) button click + 2) page refresh
    once the user has clicked the button, the mail has been sent and message is displayed, but if the user refreshes the page by mistake the button click event again gets fired, but somehow mail is not sent, fix that hope this solves..
     
    rnvr22, Jul 13, 2009 IP