I have a survey application where the owner wants to be able to email out the survey to hundreds of thousands of email address in one batch.
As I start coding in LS I’m having multiple questions.
I’m grabbing the contexts of the rtitem via GetUnformattedText and doing a Split to get an array. So the general Array limits in LS are -32K to +32K for the index. So already going to hit that.
If someone enters in 100,000 addresses, is there even any way in LS to scroll through each individual address?
Assuming there is a way…
For sending the emails I’m going to have a profile doc store the max number of address that can be sent in each email. So if I set it to 10 and there are 100 names when the person clicks “Send Survey Email Invites” it will actually send 10 emails with 10 unique names in each.
Anyone know the max number of email address you can put in the “BCC:” mail field and have the email still send? Guessing that’s pretty server/environment specific.