Help with campaigns

hy i have a problem, when I send the campaigns more emails rest in line, how I can solve the problem ??

Are you referring to the mail queue? If so, did you setup the cron.php execution?

I’m referring to this, how do i solve the problem? I’m a beginner

Pls open <your-url>/index.php?module=Schedulers&action=index

you should see a list of jobs that are usually being executed (one of them is sending out mails from the queue). The important part: at the bottom of the screen you should see some installation instructions, something like:

sudo crontab -e -u apache
... and add the following line to the crontab file:
*    *    *    *    *     cd /var/www/html/; php -f cron.php > /dev/null 2>&1

-> those are the missing steps. Pls don’t just copy the code above, you have to use the proper user/paths.

Isn’t there a support that can remotely fix the problem?

Hi,
Suite itself does not have an official support team for everyone, just communities like this. If you have a paid plan for Suite (like SuiteAssured), I might be wrong and some support hours are included in your fees.