how do i add a discussion group emailing to my frontpage website?

  • Thread starter Kathleen Anderson [MVP - FrontPage]
  • Start date
T

Tom B

If I would want to email multiple people, can I enter the code shown on that
page multiple times with different emails?

S-Email-Format="TEXT/PRE"
S-Email-Address="[email protected]"
B-Email-Label-Fields="TRUE" B-Email-ReplyTo-From-Field="TRUE"
S-Email-ReplyTo="email" B-Email-Subject-From-Field="TRUE"
S-Email-Subject="subject"
 
T

Tom B

I just tried to do this with the code provided and it did not work. I'm
positive I put it in the right place but got an error from FP saying my
server is disk based or does not have emailing capabilities.

Can you please direct me how to fix this? Thanks
 
S

Stefan B Rusynko

1) you can't send multiple emails w/ the FP forms handlers (from a DW) by repeating the code
2) you can send one email from your online server based site in a DW post w/ the code you posted
- If they have Email transport enabled under the FP SE

Check w/ your host if they have an Autoforwarder, or use your Email Client software to auto forward to others



|I just tried to do this with the code provided and it did not work. I'm
| positive I put it in the right place but got an error from FP saying my
| server is disk based or does not have emailing capabilities.
|
| Can you please direct me how to fix this? Thanks
|
| "Tom B" wrote:
|
| > If I would want to email multiple people, can I enter the code shown on that
| > page multiple times with different emails?
| >
| > S-Email-Format="TEXT/PRE"
| > S-Email-Address="[email protected]"
| > B-Email-Label-Fields="TRUE" B-Email-ReplyTo-From-Field="TRUE"
| > S-Email-ReplyTo="email" B-Email-Subject-From-Field="TRUE"
| > S-Email-Subject="subject"
| >
| >
| > "Kathleen Anderson [MVP - FrontPage]" wrote:
| >
| > > Receiving Email from a FrontPage Discussion Web
| > > http://www.prowebsites.net/frontpagehelp/Discussion_Email.asp
| > >
| > >
| > > --
| > > ~ Kathleen Anderson
| > > Microsoft MVP - FrontPage
| > > Spider Web Woman Designs
| > > http://www.spiderwebwoman.com/resources/
| > >
| > >
| > >
| > > | > > >
| > >
| > >
 
Top