Hello,
I have a click on an ASP page for people to click on to send us a message and can't seem to figure out how to make the Bcc to not display. When the viewer clicks on the "Reply with questions" button their email client launches with the To: & Subject: populated with the code below. However, I wanted to send a copy of the question to an additional email address without the viewer knowing that I'm getting a copy. The code works fine but the Bcc shows up and I don't want it too. Is there a way to make the Bcc hidden? Thanks for any help you might be able to give me.
<td>Reply to: <a href="mailto:<% =Response.Write (rsMTK("recid")) %>@somewhere.com?subject=<% = Response.Write (rsMTK("product_title")) %>&bcc=someone2@somewhere.com"><% = Response.Write (rsMTK("recid")) %>@somewhere.com</a></td>
I have a click on an ASP page for people to click on to send us a message and can't seem to figure out how to make the Bcc to not display. When the viewer clicks on the "Reply with questions" button their email client launches with the To: & Subject: populated with the code below. However, I wanted to send a copy of the question to an additional email address without the viewer knowing that I'm getting a copy. The code works fine but the Bcc shows up and I don't want it too. Is there a way to make the Bcc hidden? Thanks for any help you might be able to give me.
<td>Reply to: <a href="mailto:<% =Response.Write (rsMTK("recid")) %>@somewhere.com?subject=<% = Response.Write (rsMTK("product_title")) %>&bcc=someone2@somewhere.com"><% = Response.Write (rsMTK("recid")) %>@somewhere.com</a></td>