Search results

  1. N

    Draft Campaign - bulk delete

    Hi guys, could you give me an hits on how to delete delete old campaigns in "draft" status ? The command ../apps/console/console.php deletecampaigns --time="-3 months" --verbose=1 only delete sent campaigns and not draft . Could you give me an hints ? PS: i forgot, actually I've modified...
  2. N

    Disabling campaign "copy" button

    Hello guys, is there a way to disable the "copy" button on campaign sent / paused ? I've tried with this hook but not work Yii::app()->hooks->addFilter('grid_view_columns', function($columns) { if (Yii::app()->controller->id != 'campaigns') { return $columns; } foreach...
  3. N

    Gmail and spam issue

    Hy guys, i have this issue : - When i create a delivery server , send test email to @gmail.com -> email correctly delivered - Send a campaign / Send a test email of a campaign with the same DS to @gmail.com address -> bounced with Our system has detected that this message is 550-5.7.1 likely...
  4. N

    Customer blacklist

    Hello guys , just a question about customer email blacklist . There is a way to schedule a “queue” import or to manually import from command line into customer blacklist ? I want avoid to use “classical” import from customer menu -> list / email blacklist . Thanks in advance
  5. N

    Bug in version 2.1.13

    Hi guys, I've found a strange behavior in new version during a campaign setup . Scenario : Main MW url : main.url.xxx --> all work's fine Tracking url : tracking.url.xxx --> during campaign setup, navigation wizard menu not work, every tab open always the "template" page . If in browser bar I...
  6. N

    Bounce aren't processed

    Hy guys, from yesterday I've noticed that my bounces are not processed, with verbose parameter I get a locked bounce server [2022-06-16 14:47:36] - Seems that server ID 12 is already locked and processing. [2022-06-16 14:47:36] - Finished processing server ID 12. On the same server there are...
  7. N

    Blank bounce message - regex help

    Hi all, i've a strange issue with a blank message from bounce . There is a regex for a custom rule to avoid this behavior ? Actually all blank message are marked a soft bounce, I would like to set as internal . thanks
  8. N

    System urls : strange issue

    Hy guys, sometimes I need to regenerate the systems url because are changed with random tracking domain. Never happened to other? There is a way to lock the system urls? It's not a big problem but maybe I've missed some conf step. thx
  9. N

    Customer Tracking domain choice required

    Hi all, there is a way to set as "required field" the customer Tracking Domain choice ? thanks
  10. N

    jQuery update

    Hy all, is safely update jquery version on MW setup ? Through a webpage test I've checked my setup and found this critical alert. I've found jquery loaded from "/frontend/assets/cache/68515965/jquery.min.js" Could we change jQuery version to latest release ? Which is the correct way to proceed...
  11. N

    Google Font click track

    Hi all, could you tell me how to avoid google font from being tracked on click actions ? Please, see screen attached . thanks
  12. N

    set batch per customer

    Hy all, is possible define number of batch per customer base / group / console.php send-campaigns command? example Cron Setting --> 10 batch Customer1 --> inherit from cron settings Customer2 --> 5 batch and so on ... NB: in send-campaigns.php there is this public function -->...
  13. N

    Parallel campaign with different delivery server

    Hy guys, for one of my customer I have 2 different DS for different domains and custom "Pause after send" setting , if we send 2 parallel campaign, the campaign with fast DS not send until other DS had finished. Is this the correct way or am I wrong something? Example : DS1 : pause 12s (...
  14. N

    Mailwizz queue temp table

    Hy guys, I found I have a lot of queue tables that MW don't remove anymore . Could you tell me if there is a console.php command to force remove of this tables? Thanks
  15. N

    Queue temp table

    Hi, about this 3d ( now closed for replies ) https://forum.mailwizz.com/threads/were-thinking-to-remove-the-queue-tables-feature.7738/#post-47499 My test : 976000 subscribers. With temp table -> 5h42m Without temp table -> 7h26m Cron and speed setting not changed ( obviously). None other...
  16. N

    Landon Frontend - Simple question for block page

    Hi all, I tried to do some change in Landon theme. I need a custom button for block page request but if I use "echo createUrl('lists/block_address'); " it give me the original block page from MW app. In Landon theme I have views / site / block.php where I need to do some change, in which way I...
  17. N

    php curl send post command to MW - a future wordpress plugin ( if it will work :) )

    Hy guys, i am trying to develop an open source plugin for wordpress to login into mailwizz. When it will work i release this plugin totally free but i need some support :) Explanation : wordpress hosted on "www.example.com" mw hosted on "www.mymailwizz.com" 2 different domains mw side i dont...
  18. N

    How to disable Customer password change?

    Hi, i’ve some customers with shared MW account and they wont the password change enabled. Could i disable this option? MW version : 1.x and 2.x thx
  19. N

    Slow dashboard with working campaign

    Hi guys, i have a strange behavior with my campaign dashboard . With no working campaign : take 0,1 <> 0,5 seconds to load all campaign With working campaign ( sending or processing ) it take from 14 to 30 seconds to load. Sometimes more time, depend on number of working campaign. MW...
  20. N

    Setup campaign default value as template

    Hy guys, could we populate the field in "Show more options" with a default value and not fulfill the form for each new campaign ? thanks
Back
Top