multiple e-mails

M

mjshore

I would like a hyperlink to e-mail to a group of about 16 e-mail addresses.
It allows me to add about 12 addresses. Any ideas?
 
J

Jim Cheshire \(JIMCO\)

mjshore said:
I would like a hyperlink to e-mail to a group of about 16 e-mail
addresses. It allows me to add about 12 addresses. Any ideas?

You really need to do this using ASP.NET, ASP, or some other server-side
scripting language.

--
Jim Cheshire
JIMCO

If you use FrontPage, you need our add-ins!
http://www.jimcoaddins.com
=======================================

FrontPage Tips - Get the most out of FrontPage!
Sign up for our Tips newsletter.

=======================================
Coming soon!
JIMCO Close Window
Sign up to our mailing list for information.
 
M

mjshore

Thanks - which add-in? I'm not a programmer.

Jim Cheshire (JIMCO) said:
You really need to do this using ASP.NET, ASP, or some other server-side
scripting language.

--
Jim Cheshire
JIMCO

If you use FrontPage, you need our add-ins!
http://www.jimcoaddins.com
=======================================

FrontPage Tips - Get the most out of FrontPage!
Sign up for our Tips newsletter.

=======================================
Coming soon!
JIMCO Close Window
Sign up to our mailing list for information.
 
M

mjshore

Thanks - which add-in? I'm not a programmer.

Jim Cheshire (JIMCO) said:
You really need to do this using ASP.NET, ASP, or some other server-side
scripting language.

--
Jim Cheshire
JIMCO

If you use FrontPage, you need our add-ins!
http://www.jimcoaddins.com
=======================================

FrontPage Tips - Get the most out of FrontPage!
Sign up for our Tips newsletter.

=======================================
Coming soon!
JIMCO Close Window
Sign up to our mailing list for information.
 
M

mjshore

Thanks - which add-in? I'm not a programmer

Jim Cheshire (JIMCO) said:
You really need to do this using ASP.NET, ASP, or some other server-side
scripting language.

--
Jim Cheshire
JIMCO

If you use FrontPage, you need our add-ins!
http://www.jimcoaddins.com
=======================================

FrontPage Tips - Get the most out of FrontPage!
Sign up for our Tips newsletter.

=======================================
Coming soon!
JIMCO Close Window
Sign up to our mailing list for information.
 
T

Thomas A. Rowe

It is not an add-in, it would be custom written server-side scripting to process the form and send
the emails. Which scripting language depends on what is supported by your web host.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Jim Cheshire \(JIMCO\)

mjshore said:
Thanks - which add-in? I'm not a programmer.

:

You might be able to find an add-in that would do something like this.
However, that add-in would be "creating" some server-side script to do that.
Essentially you are creating your own form handler that will run on the Web
server and send the e-mails.

If you have the ability to run ASP or ASP.NET, it's quite easy to do.


--
Jim Cheshire
JIMCO

If you use FrontPage, you need our add-ins!
http://www.jimcoaddins.com
=======================================

Get more out of FrontPage!
Sign up for our Tips newsletter.

=======================================
Coming soon!
JIMCO Close Window
Sign up to our mailing list for information.
 
Top