[thelist] [ASP] Syntax help (easy)

Warden, Matt mwarden at odyssey-design.com
Wed Jul 11 12:43:54 CDT 2001


> From: "Tyme" <nopun at bellsouth.net>
> Subject: [thelist] [ASP] Syntax help (easy)
>

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

mailObj.AddRecipient strRecipientName, strRecipientEmail


You're making it too hard.  ;-)


--
mattwarden
mattwarden.com





More information about the thelist mailing list