Hello,
Our host ISP has limits on the number of emails that can the queued at one time. When you try to send to more than a handful of people the system throws the email away with an error.
When using Thunderbird mailer with the mailmerge addin we are able to add a delay (fixed or random) between emails and this gets around the problem.
As I understand it from internet searches, Admidio does not have a 'wait' or 'pause' setting between emails.
I would like to manually code in a sleep, but cannot find the right module to add it in. I tried putting a sleep after '// finally send the mail $sendResult = $email->sendEmail();' in message_send.php but this only did one sleep for all the emails.
Can anyone suggest the correct place to add the delay?
Thanks