We are trying to send a memo to group of people using doc.send method without attaching the form.
Since the mail has to reach 10000+ users, it is split and sent in batches of 50 users.
A new memo is created for every batch by copying all the items from the document that has to be sent. Also the recipients are listed in ‘BCC’ field with ability to view the ‘To’ & ‘CC’ fields.
When any user is included in the ‘CC’ field, it sends a copy of memo for every batch of 50 that is sent to other users.
Is there any way by which we can send a memo to all users who will be able to view the ‘CC’ field whereas the ‘CC’ field recipients receive the memo only once.
Thanks for your help in advance.