|
-
Ex-***
Posting form data wih ASP
With cgi you would use the sendmail feature of the unix platform, but how do I get information that the user submits to my email using ASP?
Could probably find it out myself but I thought this forum needs more action 
------------------
Now listening to:
Røyksopp - Apple
Now listening to various rock and metal
143rd member to join Sharkyforums.
-
In the declaration for the form use
<form method="POST" enctype="text/plain"
action="mailto:address@domain?subject=whatever">
-
Ex-***
Thanks. That seems simple enough! 
------------------
Now listening to:
Røyksopp - Apple
Now listening to various rock and metal
143rd member to join Sharkyforums.
-
Ex-***
On second thoughts - that wasn't what I was looking for at all - I need it to be sent without using MY email adress, but rather being sent throught the server, by the server...
Just like sendmail does, if you catch my drift...
------------------
Now listening to:
Røyksopp - Apple
Now listening to various rock and metal
143rd member to join Sharkyforums.
-
Originally posted by kid A:
On second thoughts - that wasn't what I was looking for at all - I need it to be sent without using MY email adress, but rather being sent throught the server, by the server...
Just like sendmail does, if you catch my drift...
I made this program that does exactly what you want it to do. It sends email through ASP using the server. The 'From' address can be anything you like. Your actually using the CDO object. If you would like the program, I have it available on my ftp server. Which is located at ftp://kukwa.com/college/CIS 438/U17hp.asp .
Oh and btw, if you'd like to see it before you download it go to www.kukwa.com/438/u17hp.asp .
------------------
- jeste®
How could tomorrow ever follow today?
[This message has been edited by jester (edited January 06, 2001).]
[This message has been edited by jester (edited January 06, 2001).]
- jeste®
How could tomorrow ever follow today?
-
Ex-***
Originally posted by jester:
I made this program that does exactly what you want it to do. It sends email through ASP using the server. The 'From' address can be anything you like. Your actually using the CDO object. If you would like the program, I have it available on my ftp server. Which is located at ftp://kukwa.com/college/CIS 438/U17hp.asp .
umm. there's a space in that adress...
------------------
Now listening to:
Røyksopp - Apple
Now listening to various rock and metal
143rd member to join Sharkyforums.
-
[quote]Originally posted by kid A:
[b]
Originally posted by jester:
I made this program that does exactly what you want it to do. It sends email through ASP using the server. The 'From' address can be anything you like. Your actually using the CDO object. If you would like the program, I have it available on my ftp server. Which is located at ftp://kukwa.com/college/CIS 438/U17hp.asp .
umm. there's a space in that adress...
If you ftp there using an ftp program it doesn't matter, but if you use IE try this ftp://kukwa.com/college/CIS%20438/u17hp.asp. Not sure if that will work.
As a side note, the space worked on my computer. Probly cause my computer is the server. If you still are having problems, email me at [email protected].
------------------
- jeste®
How could tomorrow ever follow today?
[This message has been edited by jester (edited January 06, 2001).]
- jeste®
How could tomorrow ever follow today?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|