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

Matt Warden mwarden at gmail.com
Fri Dec 3 13:12:39 CST 2004


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")


-- 
Matt Warden
Miami University
Oxford, OH
http://mattwarden.com


This email proudly and graciously contributes to entropy.


More information about the thelist mailing list