Forum Moderators: phranque
I just got an email from my sites minus the details of the sender. The form is set up such that you cant submit without entering some details. Twice in the last two days i have gotten blank emails but when i test it myself all seems to work fine.
The only possibiitiy i can think of is that I block the site access in certain countries and that some proxy accessor may have started the form process only to to have the proxy reject utlimate action on the form?
Any thoughts would be appreciated?
David
If you're only using javascript but not checking the details with the sending script then that'll be your problem - something is requesting the "send the email" script directly but since you're only running client-side checks and not server-side checks the script doesn't know it's only supposed to send an email is X, Y and Z are present and so will send you a blank email.
- Tony
Was there any particular reason you asked me as it ASP?
I use various asp forms. I've seen issues in the past with blank form submissions coming in. Certain useragents are going directly to the the confirmation page bypassing the initial page. Something in the script was allowing the email confirmation to be sent even though there was no form information to send. Long story...