Search results

  1. Jamie Whittingham

    Customer Group Quota Not Counting

    Good morning to all MailWizz'ers !!! Hope everyone is doing well. Have an odd issue here. I have a group set with unlimited subscribers but a sending quota of 1,000 emails sent. When I sent out 10 to 20 test emails they are not being marked against the quota. The quota still shows 0/1000 so...
  2. Jamie Whittingham

    Potential bug with monitization

    When using 'quota' within groups that expire, I'm facing the following issue ... When a customer purchases a 'Price Plan, they are moved into the correct group. The customer uses their allowed quota. Once the quota has been used (not expired) then they customer should be moved to a different...
  3. Jamie Whittingham

    GDPR Consent Field

    We are trying to auto add a consent field when ever a new list is created. I have the field_id = 24 and the 'label' is all working but how do I set the 'value' option for the text we would like to assign to the 'the consent text' field. I have tried $model->value = 'blah'; but it does not...
  4. Jamie Whittingham

    Decrypt Passwords

    @twisted1919 So in the DB, you encrypt the passwords for DS servers etc but when I view them via the backend they are in plain text - how are you decrypting the passwords and where is the decryption key stored please? im trying to write an outside admin panel and need access to that data thanks
  5. Jamie Whittingham

    Odd SPAM form submission across multiple customers, multiple installs.

    So several customers have reported submissions such as this: https://www.dropbox.com/s/lvydyjelhwaleh2/Screenshot%202017-06-13%2017.48.44.png?dl=0 They come from a variety of IP addresses, often the same IP is used on multiple submissions over the course of weeks. We have seen submissions in...
  6. Jamie Whittingham

    Click Stats .....

    If a subscriber clicks on the Unsubscribe or Report Abuse links, does that count in the Click Rate?
  7. Jamie Whittingham

    MW Customer Area Menu rename items

    Hi @twisted1919 So im using the following code to build my own menu for the customers area public function run(){ // hook into the menu geberation filter Yii::app()->hooks->addFilter('customer_left_navigation_menu_items', function($menuItems){ // unset the given...
  8. Jamie Whittingham

    stats question

    Hi @twisted1919 What table should I query to see how many emails were sent today? is it mw_campaign_delivery_logs even with the tmp queue feature enabled, do they still get copied over to the mail delivery_logs table after the mail out has completed or do they go somewhere else? thanks
  9. Jamie Whittingham

    BounceHandlerCommand.php Updates ....

    Hi @twisted1919 So i'm poking around the BounceHandlerCommand.php file and I would like to echo some output to the console when running the bounce-handler manually. What would I need to be looking for to be able to echo which server is being processed right now and then within that processing...
  10. Jamie Whittingham

    Customer SQL Statement

    @twisted1919 How would I / what query could i run to find out all campaigns that are waiting to be processed / waiting to sending to start. Not ones that are scheduled for next week but ones that should start now, should have started a minute ago but the cron's have not caught up yet etc etc...
  11. Jamie Whittingham

    SENDING KEEPS GOING TO PROCESSING ......

    Any idea why campaigns keep changing from sending to processing? Then I do the emergency action and they go to sending for a while they go back to processing and dont seem to budge again .... any ideas please?
  12. Jamie Whittingham

    [HOW TO] Recover Large MailWizz Installation

    So we recently decided to migrate our entire database to a new MariaDB Galera Cluster and we were excited with the dev results we had seen but we faced one big issue ... how to import a mysqldump file that was over 100 GB is size. We tried several times to use the native mysql command line tool...
  13. Jamie Whittingham

    performance-levels.php

    Could the MW team please explain the following? $performanceLevels = array( 'MW_PERF_LVL_DISABLE_DS_LOG_USAGE' => 2, // disable delivery server log usage 'MW_PERF_LVL_DISABLE_CUSTOMER_QUOTA_CHECK' => 4, // disable customer quota check...
  14. Jamie Whittingham

    PowerMTA Dashboard - Central PMTA Configuration Management

    PowerMTA Dashboard Introducing PowerMTA Dashboard ... With PMTA-Dash you will be able to manage multiple Port25 PowerMTA servers for both Windows and Linux from a central location. Manage multiple SMTP Users, Virtual MTAs / Virtual MTA Pools, Domains and everything in between and when your...
  15. Jamie Whittingham

    email blacklist monitor share ......

    H guys, I thought it could be useful to share our lists of emailblacklist monitors and maybe we could all help each other out in the long run. The following list match's on the 'reason' only and using the 'contains' search value x-pmta VirtualMTA unsolicited TSS0 Spamhaus spamhaus spam/virus...
  16. Jamie Whittingham

    Campaigns not sending, pending-sending, paused and general SCREW UP

    Hi @twisted1919 and the MW crew / members ... I have a very strange situation here. We have 1,000's of users spread over multiple delivery server's and linked to multiple customer groups. For some reason, in the past few hours the system seems to have gotten is knickers in a twist as it...
  17. Jamie Whittingham

    hourly quota messing up ?

    We have the following setting for a delivery server hourly quota = 2917 We do have multi threading enabled ... We are seeing a consistent error / bug that we simply cannot account for Last night, a customer sent a mail of 48,595 emails which with a hourly quota of 2917 should have taken 16.6...
  18. Jamie Whittingham

    PHP Session Data

    Hi @twisted1919 So here is what im trying to setup ..... I want a web server in the USA and another in Europe. Each will have its own DB Server sat next to each web server. the DB servers are in a master <-> master configuration and already syncing perfectly. Now, I have both web server's...
  19. Jamie Whittingham

    bounce processing

    @twisted1919 is there anyway to speed up the bounce handling please? I can never get ahead of it and there are over 1024M in the bounce email address account and MW can never catch up...... any ideas please? thanks
  20. Jamie Whittingham

    Pending emails to send ....

    Hi @twisted1919 Is there a way we could have a total number of emails that are waiting to be sent out over all campaigns waiting to be processed? how would one go about adding it all up? it would be very nice to have a number to see what is left the process by the mailers at any one time. thanks
Back
Top