Forum Moderators: open
I am trying to configure ASPMail, and one of the lines in in the code is
Mailer.FromAddress= "email@domain.com"
but i want to make the value of FromAddress to use Request.Form("email") so i thought maybe it can be done like this:
Mailer.FromAddress= "Request.Form("email")"
but it seems my server doesnt like the " signs
Mailer.FromName = "Request.Form("email")"
---------------------------------^
can anyone help me on solving this problem?
any help would be appreciated.
Cheers
Linda