Search results

  1. João Reis

    Select delivery server in API

    Hi, My client can select multiple delivery servers. How can he specify wich server through api? Is there any options in the create campaign method? I searched in source code but couldn't find it. thanks in advance.
  2. João Reis

    segment by date bigger than

    I've made some tests, and yes, I can :)
  3. João Reis

    segment by date bigger than

    Can I compare dates in segment section? Thanks in advance
  4. João Reis

    1.3.6.5 to lastest version upgrade

    Is it possible to upgrade from 1.3.6.5 to the latest release perserving the data? Or it will break the database?
  5. João Reis

    how to bypass required tags for certain customers

    I need to keep [UNSUBSCRIBE_URL] required to all customers, but need to bypass for just one special customer. Is it possible to do this? Thanks in advance.
  6. João Reis

    can't send more than one campaign at the same time

    :eek: OK, I will disable it and use just the send-campaigns cronjob :D
  7. João Reis

    can't send more than one campaign at the same time

    http://www.mailwizz.com/article/increase-delivery-speed-recursive-or-parallel-processing the parallel sending...
  8. João Reis

    can't send more than one campaign at the same time

    Hi, I'm using the parallel sending (disabled the send-campaigns cronjob) and the parallel process is running well, the delivery is very fast. But, when I schedule a campaign while another is being sent, it needs to wait the first one to finish, and than it sends the campaign. How to make it...
  9. João Reis

    blacklist recipients

    @twisted1919 In the user specific blacklist (i've enable it for his group) *@domain don't seems to work. How can I block domains in user specific blacklist? Thanks
  10. João Reis

    command line csv import

    thanks!, it was the --list-uid (didn't work), with --list_uid worked :D
  11. João Reis

    command line csv import

    where can I see some debug from this console command?
  12. João Reis

    command line csv import

    Using webinterface with the same CSV works.
  13. João Reis

    command line csv import

    I'm running as root, no permission problem.
  14. João Reis

    command line csv import

    the TEXT import via cli doesn't work either. Just when I use the folder action.
  15. João Reis

    command line csv import

    nothing, goes to prompt, no error returns
  16. João Reis

    track opens via php SDK API

    Badly formed template. Thanks.
  17. João Reis

    command line csv import

    trying to run: php72 -q /var/www/XXXXX/web/apps/console/console.php list-import csv --list-uid="sj6497pncdd65" --file_path=/var/www/XXXXX/web/csv/teste.csv but it doesn't work. I've already enable it in /backend/index.php/settings/import-export. Putting the CSV named as the list-uid in...
  18. João Reis

    spam click

    You can create another mailbox and forward messages from the original feedbackloop mailbox. Simply create an alias. abuse@mydomain.com sends to abuse@mydomain.com, abusemailwizzaccount1@mydomain.com, abusemailwizzaccount2@mydomain.com, etc... and then set the abusemailwizzaccount1@mydomain.com...
  19. João Reis

    track opens via php SDK API

    How to track opens via php SDK API? "open_tracking" don't seems to work. // optional block, defaults are shown 'options' => array( 'url_tracking' => 'yes', // yes | no 'open_tracking' => 'yes', // yes | no...
  20. João Reis

    how to add attachment via API

    How to track opens via php SDK API? "open_tracking" don't seems to work. // optional block, defaults are shown 'options' => array( 'url_tracking' => 'yes', // yes | no 'open_tracking' => 'yes', // yes | no...
Back
Top