Veera Mani 22.Sep.07 07:16 AM a Web browser Domino Server6.5.2 FP1Solaris
I searched the whole forum but not able to find anything related. Hope someone will be able to help.
We have a customized mail database which will send mails to the Group. When the user composes a mail and clicks on send button, the document will be stored in a folder after all validations. A schedule job will run in the server pick up the document and sends the mail. We are using LotusScript Notesdocument.send(false) commad.
When the schedule job runs it produces error in the logs - adding entry to the textlist will cause it exceed 64K - entry not added. Here we have not used any code to add to text list. The error exactly produced at .send command.
I doubt that the .send command is trying to expand the groups and producing the error.
Any suggestion or thoughts???
Aditional Info
We use lotus script because we set Reply to address according to the profile document and hide the From address by using different signer of the agent.
The group contains more than 5000+ users.
When I run the agent manually from client it works fine