daneb
July 24th, 2000, 02:48 AM
Hello! I have an ASP file with a very simple form which is supposed to email the inputted data to the email address specified in its ACTION attribute. The form contains two textboxes (for the user's first and last name), a submit button and a cancel button. The form's METHOD is post.
I have loaded the file into my browser and tried if I can receive an email containing the data that I inputted. After typing something into the two textboxes and clicking the submit button, my Outlook opened. The email add appeared in the To: box and the cursor was inside the Subject: box. But the body of the mail was empty. After clicking the Send button, I received an email minutes later. The subject that I typed was there but the mail was empty. Why is this so? Aren't the data that I inputted supposed to be the content of the mail?
I tried using another machine and doing the same thing but nothing happened. This time, even the Outlook program didn't open. And I haven't received an email even once. I tried doing this 3 times.
Does anyone have a suggestion on how to make this work? Thanks in advance!
I have loaded the file into my browser and tried if I can receive an email containing the data that I inputted. After typing something into the two textboxes and clicking the submit button, my Outlook opened. The email add appeared in the To: box and the cursor was inside the Subject: box. But the body of the mail was empty. After clicking the Send button, I received an email minutes later. The subject that I typed was there but the mail was empty. Why is this so? Aren't the data that I inputted supposed to be the content of the mail?
I tried using another machine and doing the same thing but nothing happened. This time, even the Outlook program didn't open. And I haven't received an email even once. I tried doing this 3 times.
Does anyone have a suggestion on how to make this work? Thanks in advance!