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 Share Posted March 7 did you guys found any solution for this issue. 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.