Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I am left with a power-shell script that read a sharepoint list (about 2500 email addresses in it) and sends email. However, ps stops after 400 emails. Could be a limitation by firewall or system IT, memory grows, not being disposed, havn't looked at the log cause I cant run the ps since sends email.

share|improve this question
Can you post the script? More info is needed, such as the method you are using to send the email (SMTP directly, or via the SP API)? How are the emails being delivered (individual, mass, groups, etc). Regardless of running process you need to review the system logs to see if anything is logged there (and ULS if utilizing the SP API). – Jesus Shelby Jun 30 '11 at 18:23
1  
Closed due to lack of details. Flag a mod to get it reopened when/if you add more detail – Anders Rask Jun 30 '11 at 20:43

closed as too localized by Anders Rask Jun 30 '11 at 20:42

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.