I am setting up on your server the Plugin MailWizz, whose URL is: http://negociosonlinei.heliohost.org/ Mailwizz Plugin Configuration URL: http://negociosonlin....php?route=cron The Mailwizz Plugin uses external servers for sending email, Therefore, I will not use the email limits of the Heliohost server. Ricky As recommended by support ... I am installing Mailwizz Plugin on Ricky server Below is the plugin instructions for configuring 7 cron job... # Campaigns sender, runs each minute. * * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php send-campaigns >/dev/null 2>&1 # Transactional email sender, runs once at 2 minutes. */2 * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php send-transactional-emails >/dev/null 2>&1 # Bounce handler, runs once at 10 minutes. */10 * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php bounce-handler >/dev/null 2>&1 # Feedback loop handler, runs once at 20 minutes. */20 * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php feedback-loop-handler >/dev/null 2>&1 # Delivery/Bounce processor, runs once at 3 minutes. */3 * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php process-delivery-and-bounce-log >/dev/null 2>&1 # Various tasks, runs each hour. 0 * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php hourly >/dev/null 2>&1 # Daily cleaner, runs once a day. 0 0 * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php daily >/dev/null 2>&1 If you have a control box like CPanel, Plesk, Webmin etc, you can easily add the cron jobs to the server cron. In case you have shell access to your server, following commands should help you add the crons easily: # copy the current cron into a new file crontab -l > mwcron # add the new entries into the file echo "* * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php send-campaigns >/dev/null 2>&1" >> mwcron echo "*/2 * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php send-transactional-emails >/dev/null 2>&1" >> mwcron echo "*/10 * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php bounce-handler >/dev/null 2>&1" >> mwcron echo "*/20 * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php feedback-loop-handler >/dev/null 2>&1" >> mwcron echo "*/3 * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php process-delivery-and-bounce-log >/dev/null 2>&1" >> mwcron echo "0 * * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php hourly >/dev/null 2>&1" >> mwcron echo "0 0 * * * /usr/bin/php -q /home/edusete7/public_html/boletim/apps/console/console.php daily >/dev/null 2>&1" >> mwcron # install the new cron crontab mwcron # remove the crontab file since it has been installed and we don't use it anymore. rm mwcron Awaiting. Thanks Eduardo Em qua, 25 de set de 2019 as 14:58, Heliohost Support escreveu: > Thanks for the quick response. > I have an account on Ricky server. > I put it on hold if there was a problem. > Therefore... > I will install the Mailwizz Plugin on the Ricky Server. > And I'll need the 7 cron job > Relying on your support for that. > I will discard the Johnny server for this function, but I will use it for > testing of future sites. > For a while > Thanks . > Eduardo > Em qua, 25 de set de 2019 as 14:30, Heliohost Support > escreveu: > > I don't think Johnny's a good choice for doing this. Quite honestly half > > of the time crons, won't run and the other half, the email daemon will > not > > respond and so on. If this is really important for you (since you > mentioned > > "Clients"), I suggest you move to another server. Tommy's the preferred > > choice but right now, you won't get an entry even with a donation. So you > > might wait a few weeks more or just switch to Ricky. At least a hundred > > times better than Ricky.