Hi folks,
I'm wondering if someone can give me a bit of a hand with sending an email via ASP?
I have my form as follows:
...but i'm not sure how to turn that into the ASP code for actually sending out the email to a fixed address. I've looked at a few tutorial sites but they looked extremely complicated compared to the php one i already have.
Cheers,
Steven.
I'm wondering if someone can give me a bit of a hand with sending an email via ASP?
I have my form as follows:
Code:
<form action="index.asp?pg=11" method="POST">
<input type="hidden" name="subject" value="Inquiry">
<input size=40 name="fullName">
<input size=40 name="email">
<input type="text" name="country" size="20">
<input type="text" name="partySize" size="20">
<input type="text" name="arrivalDate" size="20">
<input type="text" name="departureDate" size="20">
<textarea name="comments" rows=6 cols=40>
<input type="submit" value="Submit" name="Submit">
</form>
...but i'm not sure how to turn that into the ASP code for actually sending out the email to a fixed address. I've looked at a few tutorial sites but they looked extremely complicated compared to the php one i already have.
Cheers,
Steven.