Page 1 of 1

All the subscribers not getting daily emails

Posted: Fri Dec 12, 2014 6:36 am
by vibhapandeyy
I have a WordPress website. There is a cron job set to send a newsletter to around 100 people( subscribed ) as of now. It sends individual email to each id with email in TO field.. at around 40 email it stops. Rest of the subscribers are not getting emails.

Server setting is fine. php memory value is also enough.

Can somebody advise what can be done?

Re: All the subscribers not getting daily emails

Posted: Fri Dec 12, 2014 7:14 am
by Celauran
Why is it stopping? Have you gone through your error logs?

Re: All the subscribers not getting daily emails

Posted: Fri Dec 12, 2014 10:52 am
by vibhapandeyy
showing time out error

Re: All the subscribers not getting daily emails

Posted: Fri Dec 12, 2014 12:01 pm
by mikosiko
vibhapandeyy wrote:showing time out error
What debugging steps have you taken to find the cause of the time out?...
- what is your cron job definition?
- which code is the cron job executing?... a PHP script? if so... what is that code looks like?
- For how much time your code run to produce those 40 emails? ...it stop consistently in around 40 emails?...
- what is your php.ini configuration... specially Did you check the max_execution_time value in your php.ini?... which value it has?

You said that your Server setting is fine... which server settings are you talking about?