All the subscribers not getting daily emails

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vibhapandeyy
Forum Newbie
Posts: 2
Joined: Fri Dec 12, 2014 6:26 am

All the subscribers not getting daily emails

Post 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?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: All the subscribers not getting daily emails

Post by Celauran »

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

Post by vibhapandeyy »

showing time out error
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: All the subscribers not getting daily emails

Post 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?
Post Reply