E-Mail Group Link

  • Thread starter Thread starter James Moseley
  • Start date Start date
No. Check with your host regard setting up a POP3 account that would
autoforward to a group.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Thanks so much!!
-----Original Message-----
No. Check with your host regard setting up a POP3 account that would
autoforward to a group.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp




.
 
Actually, I don't know why you'd want to, but because
FrontPage writes HTML code and the task you describe is
possible with standard HTML, you can set several e-mail
addresses on one link. However, you can only do it on a
regular HTML link, not on a FrontPage form.

To send the response to several individuals, use
the "append" character (?) behind the mailto attribute
specify a carbon copy (cc) and then use the semicolon (;)
to add additional e-mail addresses as follows:

href="mailto:[email protected]?
[email protected];[email protected];someone3@som
ewhere.com"

You can even write the mailto link to add a subject line
and body text by connecting them to the append string
with the JavaScript concatenation character (&) as
follows:

href="mailto:[email protected]?
[email protected];[email protected];someone3@som
ewhere.com&subject=Conference Registration
Form&body=Please register me for the conference"

Note: To make this work in all browsers, you may have to
insert the ASCII character code for a space (%20) where
spaces occur in your text. For example: Please%20Register%
20me%20for%20the%20conference.

Vicki Cox
Internet Technology Program
Laramie County Community College
Cheyenne, WY 82007
(e-mail address removed)
 
Women from Cheyenne or maybe from Wyoming sure are intelligent - Why didn't
I think of that...?

Best regards, Jeff @ (e-mail address removed)

Vocátional© & Technicál© Educátion® - Cooking Crawfish & Alligators in New
Orleans...You should always boot into SAFE MODE to install / remove /
configure Hardware & Software > Click > Start > Settings > Control Panel >
Add/Remove
http://vil.nai.com/vil/stinger/
http://www.nola.com/
 
Actually, I don't know why you'd want to, but because
FrontPage writes HTML code and the task you describe is
possible with standard HTML, you can set several e-mail
addresses on one link. However, you can only do it on a
regular HTML link, not on a FrontPage form.

To send the response to several individuals, use
the "append" character (?) behind the mailto attribute
specify a carbon copy (cc) and then use the semicolon (;)
to add additional e-mail addresses as follows:

href="mailto:[email protected]?
[email protected];[email protected];someone3@som
ewhere.com"

You can even write the mailto link to add a subject line
and body text by connecting them to the append string
with the JavaScript concatenation character (&) as
follows:

href="mailto:[email protected]?
[email protected];[email protected];someone3@som
ewhere.com&subject=Conference Registration
Form&body=Please register me for the conference"

Note: To make this work in all browsers, you may have to
insert the ASCII character code for a space (%20) where
spaces occur in your text. For example: Please%20Register%
20me%20for%20the%20conference.

VCox
 
James Moseley said:
Thanks so much!!

Use the bcc field for additional email addresses. That way recipients can't
see each others address. Quite a few people will object if you distribute
their email address randomly throughout the web.
 
Back
Top