[thelist] [ASP] Syntax help (easy)

Tyme nopun at bellsouth.net
Wed Jul 11 12:41:35 CDT 2001


Oy vay.  My brain is mush.  Having a bit of trouble with my ASPMail syntax.
Have tried it several ways, but for the life of me, can't seem to plug in
the request.form variables to this format: mailObj.AddRecipient "Tyme",
"tyme at no-pun.com"

   strRecipientName = Trim(Request("recipient_name"))
   strRecipientEmail = Trim(Request("recipient_email"))
   strRecipient = """ & strRecipientName & """ & ", " & """ &
strRecipientEmail & """


I definitely need a vacation.

Thank you.







More information about the thelist mailing list