louis
Posts: 1
|
| Posted: 01/24/2006, 10:18 AM |
|
totally new to ccs and i am very impressed with the little that i've scratched the surface with.
is it possible to do a sort of mass email to say a "members" list with a subject that has been added by a user eg send all managers this particular document. still staying on that subject, is it possible to do a mail merge with the same subject.
any pointers would be great.
regards
louis
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 01/24/2006, 1:14 PM |
|
louis
The answer to your questions is yes.
Here is one suggestion. Lets say you have email address table with fields email addresses and group id. All you would have to do is have a form that would allow a user to input thier own subject and message and select the group, who will receive the message. When the user clicks on the submit button of the form the server event On Click would execute code (a loop) which would email each individual of the specified group the subject and message.
|
 |
 |
|