We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#1442 - Newsletters do not appear to be sending out
If CRON is enabled then the newsletter drip sends via a queue. By default there are 60 emails sent by cycle, and a cycle is 10 minutes. There are currently 8723 emails in the queue. I calculate that means 24 hours to send the newsletter.
The settings can be adjusted by some hidden options in Commandr:
:set_value('mails_per_send','123');
where 123 is the number of emails per cycle.
However, if an email sends out very quickly, it is very likely your hosting company could block your service - even if they don't want to, they often feel compelled to have harsh policies as heavy emailers have resulted in data centres being put on spam lists in the past.
The settings can be adjusted by some hidden options in Commandr:
:set_value('mails_per_send','123');
where 123 is the number of emails per cycle.
However, if an email sends out very quickly, it is very likely your hosting company could block your service - even if they don't want to, they often feel compelled to have harsh policies as heavy emailers have resulted in data centres being put on spam lists in the past.
Where would I look to see the queue ?
How do I see the newsletter queue ? Is it not exposed in a GUI ?
Cheers
Ade