Search results

  1. E

    Delivery Server Domain Policies

    Hi We're currently trying to rate limit the amount of mail we send to Hotmail/Live/Outlook addresses to improve our IP reputation. We have created 2 delivery servers, one that has an hourly quota of 20 and domain policies as below: The other none limited delivery server is identical apart...
  2. E

    Clear cache after extension creates new database fields?

    Hi If my extension creates/updates the database with new fields for the model. Do i need to clear the caches to get the changes to work? Just wondering how I'd go about doing that in my beforeEnable etc... methods. Cheers! Elliot
  3. E

    Adding to a model's method

    Hi I'm trying to add an extra validation rule to the the 'Lists' model so I can use the extra field I'm adding in the database for my extension. Can someone tell me the correct way to go about this? I've tried extending the Lists model and creating the $rules method like below: class...
  4. E

    List Unsubscribes adding to Customer Blacklist

    Hi I'm wanting to add in the functionality to have anyone who unsubscribes from one of a customer's lists, also be added to that customer's blacklist. I thought about having a checkbox in the "Actions when unsubscribe" tab of "customer/lists" for this. I'm picking through...
  5. E

    Internet Connection Fails then MailWizz sits Offline

    Hi We're having an issue with our ISP doing maintenance on the weekend and MailWizz going offline as a consequence of not being able to poll it's servers to verify our license/IP. The ISP brings our connection back up but MailWizz is then sat offline until I come in on Monday morning and get...
  6. E

    All Subscribers from Backend

    Hi Is there a way to view/search all subscribers, across all customers lists in the backend like you can as a customer? Many thanks Elliot
  7. E

    Lock user group from sending emails or changing lists

    Hi I've written Joomla components before and am fairly well versed with the MVC architecture but not quite sure how I would write an extension for mailwizz that extends/modifies the core app. Basically we only want certain customers to be able to view their statistics but when an administrator...
  8. E

    Required Variable Fields

    We don't necessarily want to put the business address anywhere on the campaign. Is there a way to turn off the warning that we haven't included it? Cheers
  9. E

    Using Postfix @ localhost - cannot verify delivery server

    Hope someone can help - I'm running Ubuntu 16.04LTS server with ISPConfig 3.1 as per this howtoforge guide: https://www.howtoforge.com/tutorial/perfect-server-ubuntu-16.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig/ I can set up the Delivery Server as an SMTP connection no...
Back
Top