I’m new to using EE and I’m trying to help out a friend of mine with sending out an email to a quite large mailing list.
I’ve tried to do as much research as I can to fix the problem and narrowed it down to switching the Email Protocol to PHP and sending the emails in batches of 50. It seemed to be working fine, however only 309 emails were batched out before getting an error reading:
An Error Was Encountered
Unable to send email at this time.
Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.
Which doesn’t make sense because the server was doing just fine 300 emails ago! I also changed the number down to 25 and even 10 emails a batch and kept getting that error message right away when I tried to ‘finish sending’.
Will anyone be able to help me on this? Do I need to break up his mailing list into emails of 300 and just select and send them out one at a time that way? Or is there a way to fix this and keep it batched and sent out all at once?
Thanks in advance,
Jaxis
PS. I’d like to think of myself as computer savvy, but reading over some of the technical talk and guides go right over my head. If you could please try to keep things either simple speech or a step-by-step explanation on what to do, that’d be wonderful. Thank you!