I now know that my server will only allow 1000 emails out at a time. This is only a one time issue as I am importing a large list of users and sending out a welcome email.
The question I have is what record number does it start with and how does it go through the list. The reason I ask is because it appears to have taken the csv in reverse order, and I want to know where it stopped sending out the welcome emails so I can re-import an edited list of users that didn't get the welcome mail and I don't want to overlap.
For this example, I have 1500 users I am importing. It is stopping at 1000. Is that 1000 mark at user 500 from the imported CSV, or is it 1000?
I thank you so much in advance for help on this.