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
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..