mailto links

  • Thread starter Thread starter Roxanne Audenino
  • Start date Start date
R

Roxanne Audenino

I want to include a BCC list in the email that is
generated when someone clicks on the email link on my
website. Can I do this from the Frontpage interface, or
do I have to do it in the HTML? If it has to be done in
HTML, what is the syntax that needs to be used?

Thank you!
 
-----Original Message-----
I want to include a BCC list in the email that is
generated when someone clicks on the email link on my
website. Can I do this from the Frontpage interface, or
do I have to do it in the HTML? If it has to be done in
HTML, what is the syntax that needs to be used?

FrontPage can't do this; you'd have to use a custom forms
mailer.

Chances are your host already provides a custom mailer;
check their support pages for more information.

Otherwise, you'd have to code the mailing function in ASP,
ASP.NET, PHP, or whatever your host supports.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
-----Original Message-----
I want to include a BCC list in the email that is
generated when someone clicks on the email link on my
website. Can I do this from the Frontpage interface, or
do I have to do it in the HTML? If it has to be done in
HTML, what is the syntax that needs to be used?

Did you mean an HTML form mailer or just a mailto:
hyperlink?

If its just a mailto: hyperlink, code:

mailto:[email protected]&[email protected]&subject=Howdy

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top