Sending Form Results to multiple email addresses

H

Henry White

I've used the following code to have my discussion forum posts sent to my
email address. How should I modify this code so that the posts are sent to
two or three additional email addresses?

s-Email-Address="[email protected]" s-Email-Format="TEXT/PRE"
b-email-subject-from-field="false" s-email-subject="A New Forum Post"
 
S

Stefan B Rusynko

Not possible (you are already pushing the DW beyond what it was intended for w/ 1 email)
- check w/ your host if they support autoforwarders




| I've used the following code to have my discussion forum posts sent to my
| email address. How should I modify this code so that the posts are sent to
| two or three additional email addresses?
|
| s-Email-Address="[email protected]" s-Email-Format="TEXT/PRE"
| b-email-subject-from-field="false" s-email-subject="A New Forum Post"
|
|
 
Top