Search results

  1. João Reis

    message open, link clicked unsubscribe webhook

    I know this is not a transactional e-mail system, but this is a very common feature in transactional systems and would be interesting if MW could do this.
  2. João Reis

    message open, link clicked unsubscribe webhook

    If the contact click in a campaign link or open a campaign, I want to call a third part system.
  3. João Reis

    message open, link clicked unsubscribe webhook

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

    website and api went offline by itself.

    thats weird, maybe it loses itself in remote checking? How can I find out why?
  5. João Reis

    website and api went offline by itself.

    I there any reason why the website + api went offline by it self? Thanks.
  6. 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.
  7. 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...
  8. 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.
  9. 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...
  10. João Reis

    translation

    I downloaded from here a translation file that I can upload to apps/common/messages/ but there are some messages that aren't translated. Where can I find the complete translation file to complete my translation? I want to translate things like this "Create your first order" like the screenshot...
  11. João Reis

    import confirmed subscriber through api

    how can I import a confirmed subscriber through api? array( 'EMAIL' => 'xoxo@xoxo.com', 'FNAME' => 'John', 'LNAME' => 'Doe Updated Second time', // 'STATUS' => 'confirmed' <=== somethiong like this )); how can I create a single opt-in list through api...
  12. João Reis

    convert mysql database from innodb to tokudb

    Can I safely convert databases from innodb to tokudb since I can have performance improvement?
  13. João Reis

    old data clean routine

    Is there any ready to use way to clean old and historical data? (bounce info; stats, etc...)
  14. João Reis

    adding new custom smtp delivery server + bounce server

    Can I add custom SMTP delivery server and bounce server via API? Can I do it within cli? I will need to do this directly in the database? What I want is when the customer add his domain like news.domain.net, I automatically creates a bounce acccount, and a smtp with his custom domain. For...
Back
Top