How do I send email to entire forum everytime forum updated - list

B

Brolloks

I have a small intranet. We have a discussion forum on it. How do I email everyone on the forum opt-in email list evertime a discussion is updated?
 
M

MD Websunlimited

Hi Brolloks,

This is not possible with the intrinsic functionality provided by FP.

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
J-Bots Plus 2002 87 components for FrontPage
http://www.websunlimited.com/order/Product/JBP2002/jbp_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible

Brolloks said:
I have a small intranet. We have a discussion forum on it. How do I email everyone on the forum opt-in email list evertime a
discussion is updated?
 
B

Brolloks

Thanks Mike,

I was afraid of that. Will it be possible to have this feature if I install SharePoint?

Regards,

David
 
S

Stefan B Rusynko

Yes
In a WSS Discussion users can add alerts for any web part (a DW is a web part) that will notify them of changes

PS
You can get a FP SE DW post to send you an email whenever a post is made and use your server autoresponder or email program rules to
forward it to others
In the DW Post page in html / code view add to the webbot form before the closing webbot tag
( -->)

S-Email-Address="[email protected]" S-Email-Format="TEXT/PRE" b-email-replyto-from-field="TRUE" s-email-replyto="Email"
b-email-subject-from-field="False" s-email-subject="New DW Post"





| Thanks Mike,
|
| I was afraid of that. Will it be possible to have this feature if I install SharePoint?
|
| Regards,
|
| David
|
| "MD Websunlimited" wrote:
|
| > Hi Brolloks,
| >
| > This is not possible with the intrinsic functionality provided by FP.
| >
| > --
| > Mike -- FrontPage MVP '97-'02
| > http://www.websunlimited.com
| > J-Bots Plus 2002 87 components for FrontPage
| > http://www.websunlimited.com/order/Product/JBP2002/jbp_help_dir.htm
| > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
| >
| > > I have a small intranet. We have a discussion forum on it. How do I email everyone on the forum opt-in email list evertime a
| > discussion is updated?
| >
| >
| >
 
Top