GoogieHost Posted February 27, 2021 Share Posted February 27, 2021 (edited) its been 5 days its showing same status, have checked the cron and its running just fine. I am not able to send any email marketing campaign as its showing Queued my first campaign now Edited February 27, 2021 by GoogieHost 0 Quote Link to comment Share on other sites More sharing options...
Durukan Bal Posted August 30, 2021 Share Posted August 30, 2021 Hello, When I ran the code below on my server, I saw that it was sending emails. Here are the sources. php -q /home/username/public_html/crons/cron.php do --EmailCampaigns https://docs.whmcs.com/Crons Best Regards. 0 Quote Link to comment Share on other sites More sharing options...
Durukan Bal Posted August 30, 2021 Share Posted August 30, 2021 3 hours ago, Durukan Bal said: Hello, When I ran the code below on my server, I saw that it was sending emails. Here are the sources. php -q /home/username/public_html/crons/cron.php do --EmailCampaigns https://docs.whmcs.com/Crons Best Regards. I did development, adding the commands separately is more efficient php -q /home/username/public_html/crons/cron.php do --EmailCampaigns >/dev/null 2>&1 php -q /home/username/public_html/crons/cron.php do --ProcessEmailQueue >/dev/null 2>&1 You can see the operations in detail by adding the -vvv parameter to the end of the commands. Example php -q /home/username/public_html/crons/cron.php do --ProcessEmailQueue -vvv 0 Quote Link to comment Share on other sites More sharing options...
HostKro Posted March 7, 2023 Share Posted March 7, 2023 did you guys found any solution for this issue. 0 Quote Link to comment Share on other sites More sharing options...
sahostking Posted September 28, 2023 Share Posted September 28, 2023 same issue strangely and worked when I manually forced it with php -q /home/username/public_html/crons/cron.php do --EmailCampaigns 0 Quote Link to comment Share on other sites More sharing options...
Orri Posted November 21, 2023 Share Posted November 21, 2023 Hello... i have a similar issue... Have qued a marketing campaign, but its stuck on "sending" but hasn't sent one email.... How do i fix this ? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted November 24, 2023 WHMCS Support Manager Share Posted November 24, 2023 Hi @Orri, The email campaign sending is processed by the cron.php script. Make sure the cron job on your server is touching the file every 5 minutes and it's completing daily: https://help.whmcs.com/m/troubleshooting/l/678169-verify-that-your-system-cron-is-being-invoked 0 Quote Link to comment Share on other sites More sharing options...
HostMaria Posted September 3 Share Posted September 3 (edited) Tried both: php -q /home/username/public_html/crons/cron.php do --EmailCampaigns >/dev/null 2>&1 php -q /home/username/public_html/crons/cron.php do --ProcessEmailQueue >/dev/null 2>&1 .. and didn't get any results. Then pushed all with (1 time use of): php -q /home/username/public_html/crons/cron.php do --ProcessEmailQueue all -F -vvv This moved the needle 🙂 .. now the whmcs has started sending out email campaign. reference: https://help.whmcs.com/a/683269 ---- It took a while for it to complete fully, this was the output: WHMCS Automation Task Utility: all ================================== Daily Cron Automation Mode Queuing Tasks ------------- Force run any tasks: ignore "in progress" and "is due" Task queues ready Executing Application Queue --------------------------- Currency Exchange Rates Product Pricing Updates Tenant Usage Metrics Invoices Late Fees Credit Card Charges Invoice & Overdue Reminders Domain Renewal Notices Cancellation Requests Overdue Suspensions Overdue Terminations Fixed Term Terminations Overdue Invoice Cancellations Inactive Tickets Prune Ticket Attachments Delayed Affiliate Commissions Affiliate Reports Process Email Campaigns Process Email Queue Email Marketer Rules SSL Sync Credit Card Expiry Notices Server Usage Stats Overage Billing Charges Client Status Update Domain Expiry Ticket Escalation Rules Data Retention Pruning SSL Certificate Reissues Update Server Usage Update Server Meta Data Run Jobs Queue WHMCS Updates Domain Transfer Status Synchronisation Domain Status Synchronisation Sending Daily Cron Digest email Executing System Queue ---------------------- [OK] Completed Edited September 3 by HostMaria added output 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.