Search results

  1. Isai

    [SOLVED]ISPConfig CronJobs

    Solved In the ISPConfig panel: Client> Edit Client> Limits> Cron Job Limits Change to "Full Cron". Correct entry for CronJobs, still in the ISPConfig Dashboard: /usr/bin/php -q /var/www/clients/client1/web6/web/apps/console/console.php send-campaigns >/dev/null 2>&1 @OptiBiz1 Thanks for...
  2. Isai

    [SOLVED]ISPConfig CronJobs

    Did not work! Yea! I have multiple PHP (5.6, 7.0, 7.1 and 7.2). But for web6 I'm using PHP7.1. nano /var/www/clients/client1/web6/private.log "Could not open input file: /var/www/clients/client1/web6/web/apps/console/console.php" private.log Nov 24 17:00:01 server1 CRON[26772]: (web6) CMD...
  3. Isai

    [SOLVED]ISPConfig CronJobs

    OK, @OptiBiz1 ! I followed the recommendations, but cron still does not work. In cron settings, in ISPConfig, how to do it right? Option 1: /usr/bin/php -q wget /var/www/clients/client1/web6/web/apps/console/console.php send-campaigns >/dev/null 2>&1 Option 2: /usr/bin/php -q...
  4. Isai

    [SOLVED]ISPConfig CronJobs

    @OptiBiz1 @Vpul Shah See above the cron log.
  5. Isai

    [SOLVED]ISPConfig CronJobs

    Thanks for trying to help. See below for the cron log. "web6" is where Maiwizz is. root@server1:~# ls /etc/cron.d -al total 52...
  6. Isai

    [SOLVED]ISPConfig CronJobs

    After I switched from shared hosting to VPS, mailwizz stopped sending campaigns. In VPS, I installed ISPCOnfig, to manage almost everything. However, something in cron is not working. Can anyone tell me what is the correct cron entry in ISPConfig for Mailwizz to work? Thanks!
  7. Isai

    cron-job.org work for Maillwizz?

    Okay, Cristian! I will try to create cron, inside my Debian VPS. I really appreciate your work. Thanks for the support! Greetings from Rio de Janeiro. Regards!
  8. Isai

    cron-job.org work for Maillwizz?

    In the mautic, I use the php script, inside the root of the system, to work with the external cron. Could someone adapt this to Mailwizz? <?php if (!isset($_GET['secret-password'])) { echo 'The secret phrase is wrong.'; die; } $link = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"...
  9. Isai

    cron-job.org work for Maillwizz?

    The free external cronjob service (https://cron-job.org) works for me, with all the applications of my VPS, including the Mautic. Would you like to know if you also work for Mailwizz? Best Regards.
  10. Isai

    IMPORTANT: Features Suggestion for Mailwizz | 01st February 2016

    Did not quite understand. Is it possible to automatically send emails, based on the lead's birthday? This feature has just been added to Mautic and I'd love to see it here too on Maiilwizz. If it is possible to do this, how to do it? Is there any tutorial? Best Regards!
  11. Isai

    Birthday mail

    @twisted1919 Something has changed from 2015 to 2018?
  12. Isai

    How To Send Campaign after every blog post

    Github link???
  13. Isai

    Uploading between versions

    Ok! Thank you, twisted1919.
  14. Isai

    Uploading between versions

    Hi! I have the 1.3.5.2 version running. To upgrade, you need upload the version 1.3.5.3 or can I use the latest version, 1.3.5.7? Best regards
Back
Top