Hi
In the HELP file I found the example "Send mass email to all users".
Unfortunately I'm not able to make it running.
I put the code on the LIST page to the BEFORE PROCESS event.
I replaced in "set data = dal..QueryAll()" users with my actual table name.
I replace in "rmail("to")=data("[color="#FF0000"]email")" with my field name e.g. rmail("to")=data("M_MS_Email")
As a result I get the following error:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'dal.Massmail'
/..../include/Massmail_events.asp, line 76
Who can help me with this?
Philip