MailPoet Sending Issues
-
I'm configuring MailPoet on a website. Everything works fine (sign-up, double opt-in, confirmation emails) … except it doesn't send out the Newsletter when it is supposed to! Now I am repurposing the Newsletter function: I am using it to send out a PDF when someone signs up on the form on one of my pages. It seems that this is a cron issue. I read up on cron and created a server-side cron to run every 5 minutes: wget -q -O - https://domain-name.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1 This was based on the 0,30 cron that was already there: wget -q -O - https://domain-name.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1 There is also a MailPoet cron job that runs every 15 minutes: /usr/local/bin/php /home/searchen/public_html/wp-content/plugins/mailpoet/mailpoet-cron.php /home/searchen/public_html/ >/dev/null 2>&1 Based on that, I created a server side cron that runs every 5 minutes… I also read about sending issues in the MailPoet KB: https://kb.mailpoet.com/article/131-hosts-which-mailpoet-task-scheduler-wont-work https://kb.mailpoet.com/article/129-what-is-the-newsletter-task-scheduler https://kb.mailpoet.com/article/231-sending-does-not-work I don't have Task Scheduler nor Activation problems: both say "Connection successful."! https://prnt.sc/WKDIOdXFceJe Traffic is very light so I need something that doesn't depend on page loads. As mentioned above, confirmation emails work fine! And cron entries appear in the logs! Any ideas on how to get the MailPoet newsletter queue to be checked every 5 minutes? More than a day after I created a test subscriber to the Benefits and Myths list, no newsletter has been sent. And no Newsletter email was sent after I opened the home page! https://prnt.sc/iS_dWERInIr1 Thanks, John
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘MailPoet Sending Issues’ is closed to new replies.