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?
All the subscribers not getting daily emails
Moderator: General Moderators
-
vibhapandeyy
- Forum Newbie
- Posts: 2
- Joined: Fri Dec 12, 2014 6:26 am
Re: All the subscribers not getting daily emails
Why is it stopping? Have you gone through your error logs?
-
vibhapandeyy
- Forum Newbie
- Posts: 2
- Joined: Fri Dec 12, 2014 6:26 am
Re: All the subscribers not getting daily emails
showing time out error
Re: All the subscribers not getting daily emails
What debugging steps have you taken to find the cause of the time out?...vibhapandeyy wrote:showing time out error
- 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?