Log in

View Full Version : Creating FrontPage 2002 email with bcc



Logue
08-19-2006, 09:38 PM
I think I have to add html code to an email hyperlink, but I have not been able to find out how to do it. I want the visitor to send an email to a specific address, but I would like a copy sent to another address, I would prefer that that it was a blind copy, but it doesn't have to be.

On a new page with just an email this is the html code:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Theme" content="expeditn 111, default">
<meta name="Microsoft Border" content="tlrb, default">
</head>

<body>
<p><a href="mailto:garywlogan@msn.com">garywlogan@msn.com</a></body>

</html>

Isn't there something that I can add to send the email to 2 different addresses?

I would appreciate any help or links to help with this little matter.

Thank you,

Logue
garywlogan@msn.com

mwinter
08-20-2006, 08:24 PM
This sort of question has been covered many times in the past: you need to use a form processor (aka formmail). Your host may provide one already, but there are remote services available, too (some free, some not). You might have to look quite hard for a (blind) carbon copy feature, though (I don't think it's that typical).

Mike