Hello All,
Using lotus script I am trying to send emails to a group in an application. I am not sure what the limit is after certain number of users it would not send anymore.
Any suggestions would be appreciated. Thanks in advance.
Hello All,
Using lotus script I am trying to send emails to a group in an application. I am not sure what the limit is after certain number of users it would not send anymore.
Any suggestions would be appreciated. Thanks in advance.
Subject: group limit to send emails
never heard of that happening. How many members are in the group? are there any nested groups within the main group?
Subject: RE: group limit to send emails
Thanks for your response. There are several groups nested within the main group. The total list of users in all groups & nested groups might be around 1000 & its growing.
Any suggestions would be appreciated. Thanks in advance.
Subject: RE: group limit to send emails
well that should not be a problem as we have done this in the past with no issues and upwards of 8000 members total withing all nested groups. What happens when sending, any errors in the Agent Log or Server Log?
Subject: RE: group limit to send emails
As far as I know It does not give any error. It just breaks the list after certain users & not send to rest.
Subject: RE: group limit to send emails
can you post your code
Subject: RE: group limit to send emails
Is it on the sequence where it stops. I mean it stops after sending mail to perticular group and stops after that.
Is there any restrctions put on those nested group. Just have check on, if u can access (expand) all the nested groups from the ID u r sending mail
Subject: group limit to send emails
I’ve never “tested” to see if there was ACTUALLY a problem, but as SendTo was a Text Field I’ve always worked on the assumption that the number of names I could place is SentTo was limited to the size of a text field.
In my case I was actually storing all the names (FirstName M LastName/OU/OU/Org) and NOT using a group. So if you have a group and it’s made up of subgroups I would think it would be OK.
However, if you’re expanding those groups yourself then you maybe running into the problem.