Script Issue (re: email fetch and sends) + FREE GIFT CERTIFICATE

Having some issues getting results… the first person that posts a solution (-w- working script) will get a surprise gift certificate from iTunes (or Sony Connect for non-iPod users)! …yes, this is for real. :slight_smile: Thanks team… just need to get this working today/tomorrow.

I am still battling this (am a new developer) and am hoping that someone can send a code snippet my way. When I create a new HTML mail (using normal memo form), I need to click a button (memo is still open) that will fetch email addresses in a 2nd Db and send in batches (fetch/loop?) of 100-200 to overcome the field limitation. These need to be copied into the BCC field. It needs to loop until all documents are processed (3000+ now). The email addresses are in a view called “EMAILS” and the email addresses are in the 1st column (field called EMAIL). I have been working with GetView, GetField, GetNextDocument etc… but am just spinning wheels. Any examples appreciated.

option: I was able to bring the emails into a picklist… not effective because you cannot shift-click + there are so many files. You would be manually selecting groups of addresses, etc. Maybe there is another avenue?!?

Subject: RE: Script Issue (re: email fetch and sends) + FREE GIFT CERTIFICATE

Do some “adjustments” of the script I gave you in your earlier post and your problem is solved…:slight_smile:

Subject: RE: Script Issue (re: email fetch and sends) + FREE GIFT CERTIFICATE

I tried… just was not successful. It seemed like there was a send needed, etc. Would that script (I might be missing something) fetch and send (in acceptable quantities vs. 3000+) until all were sent?

Subject: RE: Script Issue (re: email fetch and sends) + FREE GIFT CERTIFICATE

Here is the link to the other email (re: script example and our needs).

https://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllFlatweb/739214bb3305add2852570de005a975c?OpenDocument

Subject: RE: Script Issue (re: email fetch and sends) + FREE GIFT CERTIFICATE

Yes, that script loops through all the docs in a view. Our users use it every day, sending from 100 to 1500 mails.The “send” is done automayicly since I save the doc in mail.box.

/Jocke