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

Jono ox4dboy at comcast.net
Mon Dec 6 08:51:48 CST 2004


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