Search results

  1. L

    Exclude certain domains from creating tracking links?

    We have links in our email that are unique per subscriber and this is creating a lot of spam in our database because mailwizz is creating a tracking link for each of those unique URLs. Think 10 unique links per subscriber per campaign, so each campaign is creating millions of tracking URLs...
  2. L

    How to run delete-campaigns not interactively?

    I want to be able to run a cron that deletes campaigns. How do I run the delete-campaigns command non-interactively?
  3. L

    Deleting campaigns didn't work

    I ran the following command: But nothing seems to have been deleted? I still see campaigns and in mysql I still see all the data under campaign_url, campaign_track_open, etc
  4. L

    {"errors":{"license_key":"This license is already registered to another MailWizz instance"},"message":"General error","status":"error"}

    Suddenly got this error. What is going on? The license key is only used by me...
  5. L

    Does deleting a campaign also delete all other tracking?

    Does deleting a campaign also delete all other tracking for that campaign, such as "campaign_url", "campaign_track_open", "campaign_delivery_log", etc.?
  6. L

    How to delete mw_sessions?

    mw_sessions is getting very large. How do I delete it? The clear-cache command does not seem to be clearing it.
  7. L

    Campaign Delivery Logs not being deleted?

    In Backend -> Settings -> Cron I have "Delete campaign delivery logs" set to "Yes", but for some reason campaign delivery logs have not been deleted for more than 8 months. Any idea what is going on? I checked crontab, all the crons are listed there. I also checked cron job history in the...
  8. L

    How to stop campaign stats from refreshing automatically?

    Anyway to stop campaign stats from automatically refreshing when the campaigns page loads?
  9. L

    Massive size of cache folder

    Is it normal for `apps/common/runtime/cache` to be 50GB+? How do I stop it from being this large?
  10. L

    PHP API (v2) Deprecated Functions for PHP8

    I am using the latest PHP API on PHP8. It keeps throwing this error: [19-Feb-2023 05:55:01 UTC] PHP Deprecated: Return type of EmsApi\Params::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used...
  11. L

    Cannot activate extension

    I uploaded an extension to `/apps/extension`. But the extension does not show in Backend -> Extend -> Extensions. Any idea what is up? I have other custom extensions that show up just fine. Here is the extension code: <?php defined('MW_PATH') || exit('No direct script access allowed'); class...
  12. L

    Error when using MailWizz PHP API (v2)

    I am using the PHP client at https://github.com/ems-api/php-client. I am using MailWizz v2.2.7. The following code... $endpoint = new EmsApi\Endpoint\ListSubscribers(); $response = $endpoint->createUpdate('LIST-UNIQUE-ID', array( 'EMAIL' => $email, )); ...throws...
  13. L

    Is MailWizz PHP client v1 compatible with PHP8?

    Anyone know? I am talking about the one at https://github.com/twisted1919/mailwizz-php-sdk I know there is a v2 of the client at https://github.com/ems-api/php-client, but upgrading the client right now is not feasible.
  14. L

    Rotating IPs and web hook security

    I'm getting ready to update to v2 of MailWizz and thought I should provide a suggestion for two features which I think MailWizz needs. I've been manually adding this to MailWizz myself every time I upgrade, but having the features natively into MailWizz would be awesome. 1. The ability to...
  15. L

    Limit send rate per IP address?

    Been a long time MailWizz user. Just saw it got updated to v2 (yes, I am late to the party). I have a question. Was the feature to limit send rate per IP address added, or maybe the ability to send outgoing emails using different IP addresses? Some service providers limit the number of...
  16. L

    ElasticEmail - limited to 20 concurrent connections

    So I just learned that ElasticEmail limits every account to 20 concurrent connections, so setting PCTNL to over than a total of 20 connections results in limit rating. However, they told me that one API connection can send multiple emails at once, rather than one email per connection. Can...
  17. L

    GIVEUP emails are never retried?

    I have " Retry failed sendings " enabled in the backend. I look at my delivery log and all the emails with GIVEUP status have 0 in the retries column. What is up?
  18. L

    Hook before a user is sent confirm subscription email?

    What is the code to write an extension where I can do something with an email address after a user submits a form to subscribe but before the email confirmation email is sent?
  19. L

    Force delete of cache or something?

    I use the XML tags to load links from an RSS feed. Often, MailWizz loads the RSS feed from the prior day -- not the current, most up-to-date one. What is going on? Is there some cache that needs to be cleared or something before each mail send? Here's an example. I had a campaign that was just...
  20. L

    Is the Delivered statistic accurate?

    The number of emails delivered statistic fluctuates widely from day-to-day for the exact same list. How is this possible? Is this statistic accurate?
Back
Top