[thelist] Form Submission and "From:" with ASP file

Peter Brunone (EasyListBox.com) peter at easylistbox.com
Mon Dec 6 09:07:40 CST 2004


> So simple, yet hard to figure out when you know nothing 
> (pretty much ) about ASP.

	Two good resources if you don't know about them already:

http://www.learnasp.com

http://www.aspfriends.com , and in particular the 
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ group.

Cheers,

Peter

-----Original Message-----
From: thelist-bounces at lists.evolt.org On Behalf Of Jono

On Dec 3, 2004, at 2:12 PM, Matt Warden wrote:

> On Fri, 3 Dec 2004 11:43:09 -0500, Jono <ox4dboy at comcast.net> wrote:
>> What I want to do is, on the Mailer.FromAddress= "..." line below,
>> have
>> the sender's email address show up in the from area.
>
>
>    Mailer.FromAddress= Request.Form("nameOfEmailFormField")
>
> so, if it's named 'email':
>
>  Mailer.FromAddress= Request.Form("email")
>

Thank You,  Mailer.FromAddress= Request.Form("email") did the exact 
ting I wanted!  So simple, yet hard to figure out when you know nothing 
(pretty much ) about ASP.




More information about the thelist mailing list