Search results

  1. L

    Bugs and questions

    How to increase more than 500 at time and more than one process at a time doing it? Otherwise, it takes a few hours to put hundreds of thousands of subscribers into temp queue tables (all the meanwhile no other campaigns can be run), which almost invalidates the speed increases of this new...
  2. L

    Bugs and questions

    Nevermind on this. I see what you did. You leave the temp tables and clean them up daily via CRON.
  3. L

    Bugs and questions

    Okay, I see what is happening. When temporary queue tables enabled, MailWizz only processes one campaign into a temporary queue table at a time. While a campaign is being processed into temporary queue table, PCTNL is in use and thus no other campaigns can be processed or sent. Plus, it takes a...
  4. L

    Bugs and questions

    @twisted1919 Does enabling this feature only allow one campaign to be sent at a time? Cause that is what looks like is happening.
  5. L

    Bugs and questions

    @twisted1919 Just tested temporary queue tables on a sample campaign. Temp table is created as intended, subscribers are put in there, and then deleted as intended. Emails are sent just fine. However, the temp table has not been deleted afterwards. Is this intentional or is it supposed to be...
  6. L

    How does PCNTL work?

    TBH, we don't need redis if this new temporary delivery log table feature works as intended, because that is what causes the most delay in delivery (at least for me). I'd rather @twisted1919 work on more important features, if it takes too much effort to maintain redis delivery.
  7. L

    blk{mx} - your free email blacklist monitor!

    How do we register an account on blk.mx?
  8. L

    Bugs and questions

    #1 Thanks #2 Thanks #3 Yes. I enabled it from the backend.
  9. L

    How does PCNTL work?

    Okay thanks. Still trying to figure out best PCTNL settings. I really wish we still had redis support :-(
  10. L

    How does PCNTL work?

    OS limitation is not the problem. At what point should I see all the processes -- if all five are at "Processing" or if all five are at "Sending"?
  11. L

    How does PCNTL work?

    Let's say I have Campaigns at Once 5, Subscribers at Once 1000, PCNTL parallel campaigns 5 and subscribers parallel 30. If I have 5 campaigns running, based on https://kb.mailwizz.com/articles/understanding-email-delivery-settings-and-how-they-impact-performance/, I should have 5 * 5 * 10 = 750...
  12. L

    Bugs and questions

    #1 - For some reason, it doesn't happen. I don't know why. #2 - When will this feature be stable enough to use in production? What's the issue with simply doing something like this: protected function addRegularCriteria(CDbCriteria $criteria) { $criteria->addCondition('t.date_added <=...
  13. L

    Bugs and questions

    Just updated to v1.4.1 a few things: a) The ElasticEmail {unsubscribe} insert is bugged. It only works in test emails, not when actual campaign is sent. Further, ElasticEmail is now requiring users to insert their company name and address in emails... this should probably be integrated into...
  14. L

    Mailwizz 1.4.1

    Where are MailWizz changelogs?
  15. L

    Are statistics on delivery accurate?

    I periodically have an issue where ElasticEmail shows a lower number of emails sent than what MailWizz shows. For example, one day I will send 500,000 emails with MailWizz across three campaigns and MailWizz will show 100% delivered for them all. However, ElasticEmail shows they only received...
  16. L

    how to get https from tracking domain ?

    What post are you referring to?
  17. L

    how to get https from tracking domain ?

    I know. I want to use HTTPS for tracking domain. I have valid SSL certificates. Is it possible to enable it?
  18. L

    how to get https from tracking domain ?

    This does not work. I have HTTPS scheme enabled in backend, but tracking domain still uses HTTP.
  19. L

    List-Unsubscribe header email?

    I think Outlook only supports email in list-unsubscribe.
  20. L

    Encoding when using Elastic Email API

    They told me this: "Encoding does not hurt deliverability. Also Base64 is most standard encoding type used, thus is supported by almost all email clients."
Back
Top