Hi,
I need to send email to the the sender itself if CopyMe is checked. Please tell me where i'm wrong.
My code is:
I need to send email to the the sender itself if CopyMe is checked. Please tell me where i'm wrong.
My code is:
Code:
[b]
if Request.Form("copyMe") = "checkbox" then
objMail.To = request("emailTo") & "," & Request.form("emailFrom")[/b]