I'm looking for an example of a mass mailing for 1000 emails. I've searched the forum and found this:
1) make a collection of all selected docs
2) retrieve the first Message doc in the New Message view
the agent then iterates through the following :
3) create a new Memo
4) put in the necessary client details from the collection
5) write the email address in the Message tracking field
6) send the mail
Once the collection is done, the agent changes the Message status to Done, records the change, and ends.
but I'm a beginner and looking for actual code that I can test & study. I have a test.nsf file that contains 50 emails, I have my view, and have tried a few agents....but having problems getting started. So any good examples of "just getting started" with a simple agent that can read the "email" field of an nsf file iterating through the file using lotusscript?? Or any good teach yourself websites would be appreciated also.
Thanks......
cramd
1) make a collection of all selected docs
2) retrieve the first Message doc in the New Message view
the agent then iterates through the following :
3) create a new Memo
4) put in the necessary client details from the collection
5) write the email address in the Message tracking field
6) send the mail
Once the collection is done, the agent changes the Message status to Done, records the change, and ends.
but I'm a beginner and looking for actual code that I can test & study. I have a test.nsf file that contains 50 emails, I have my view, and have tried a few agents....but having problems getting started. So any good examples of "just getting started" with a simple agent that can read the "email" field of an nsf file iterating through the file using lotusscript?? Or any good teach yourself websites would be appreciated also.
Thanks......
cramd