There are a few posts here about this but still I don’t see a clear conclusion. As a leading messaging system, Lotus Notes would not be able to handle a message sent to 2,000 users?
-
In a shared mailbox, using the Memo form user types in a group name, clicks the Send action button and it works.
-
In a custom form in the same file, I have a button which attempts to send to the same group and it fails with 64K error.
doc.blindCopyTo=groupName
call doc.send(false)
==================
The group is bad news. It nests to many levels. I don’t control that so let’s not waste time there.
Anyone can explain why the same group that works in step 1 fails in step 2?