Hello,
thanks for this plugin, I'm try to use it now but I don't no how to set up a cron to send the newsletter every day at midnight.
Can you give me some "instructions" for that?
Thanks in advantage!
Best regards
Hello,
thanks for this plugin, I'm try to use it now but I don't no how to set up a cron to send the newsletter every day at midnight.
Can you give me some "instructions" for that?
Thanks in advantage!
Best regards
Hi, you cannot set a starting datetime for the cron: simply every 10 minutes it sends to a small group of recipients of the 1st newsletter in queue, till all recipients are completed, the it passes on to the next one, and so on.
Ok I understand the WP Cron and the "every 10 minutes"...
But for people who have not that much visitors in a day and they would be sure that the mails are send the same day/night there is an additional way.
If they have a provider that offer cron jobs "create your own visitors"
Set the cron job at night from 00.00 hours until approximately 06.00 in the morning with an interval of every 10 minutes.
Use in the Cronjob the following line:
wget -q -O - 'http://www.yoursite.com' >/dev/null 2>&1
And at night you have every 10 minutes "a visitor" :)
So that line set a cron that give a visit every 10 minutes from 00.00 to 06.00? Very good suggestion!
You must log in to post.