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

    Can I compare dates in segment section? Thanks in advance
  3. 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?
  4. 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.
  5. 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...
  6. 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...
  7. 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...
  8. João Reis

    how to add attachment via API

    How can I add attachment via php SDK API?
  9. João Reis

    feedbackloop processing

    I have notice 2 things about feedbackloop processing using SMTP: 1 - If I run a external script to automatically unsubscribe the complained message (that runs faster than the mailwizz feedbackloop routine), mailwizz won't count it as a abuse complaint in the statistics. That's ok for me, now I...
  10. João Reis

    error 500 in geo open stats

    I'm getting ERROR 500 when trying to access "Details" from Brazil geo open stats. From other countries it works nice, and the exporting works nice too. no httpd errors logs; no php-fpm logs; display_errors On and E_ALL don't shows nothing; no system logs from mailwizz
  11. João Reis

    monthly plan

    I have 2 plan types: - per credit - the customer buys credits and this credits keep available for 12 months, if he needs more credit or the credits expires, he will need to renew the plan or buy another plan - per contact - the customer can add for an example, 1000 contacts and send as much as...
  12. João Reis

    changing the getDnsTxtSpfRecordToAdd()

    I want to change some things in getDnsTxtSpfRecordToAdd(), how can I change it without editing SendingDomain.php, is it possible? Thanks.
  13. João Reis

    add piwik tracking code to the system

    Is there a global HEADER / FOOTER that I can add piwik tracking system code? I want to track users behavior from register new account form to inside the system. Thanks.
  14. João Reis

    customization not working or i miss something.

    Can't make backend/index.php/settings/customization work and I want to put my logo to customer login section and in the customer interface. Do I need to hardcode this in the template? The custom-style alternative didn't work and the customization section don't do anything. Thanks in advance.
  15. João Reis

    message open, link clicked unsubscribe webhook

    is there a way to set message open, link clicked unsubscribe webhook thanks
  16. João Reis

    website and api went offline by itself.

    I there any reason why the website + api went offline by it self? Thanks.
  17. João Reis

    blacklist recipients

    How can I add to global blacklist email address patterns, for example, I want to automatically add to blacklist *removethis* or abuse* or noreply* or *@bad.com thanks in advance.
  18. João Reis

    feedbackloop servers

    I own a lot of ips addresses, and they are correctly registered in most feedbackloop services. I've created a alias to receive all the complaints to a separated mailbox for example: feedbackloops@mailwizz.mydomain.com. The messages are getting delivered correctly and I 've set up feedback loop...
  19. João Reis

    new campaign sending job notification

    Is there a way to get the information of sending campaign without checking in the database directly? I want to be notified (using my own script) when a new campaign is schedule. Thanks in advance, João Reis.
  20. João Reis

    mailto: value in List-Unsubscribe header

    Hi, I want to add mailto value to list-unsubcribe header, since I implement VERP delivery style in my MTA. How is the correct way to add this in mailwizz? Thats important since gmail unsubscribe feature only works with the mailto: value in list-unsubscribe. something like this...
Back
Top