Doc.send() and 64K error on bcc

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?

  1. In a shared mailbox, using the Memo form user types in a group name, clicks the Send action button and it works.

  2. 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?

Subject: doc.send() and 64K error on bcc.

For those who’ll stumble on this issue, try to add ‘@ACME’ to every entry in the recipients list. Where ACME is of course your domain name. It seems to work but then again, I’m only dealing with 2,000 users. Not sure if this helps when you have more than that.

Subject: doc.send() and 64K error on bcc.

try set that field’s isSummary property to false