Search results

  1. L

    GIVEUP emails are never retried?

    Hopefully the system won't try to resend all those old emails?
  2. L

    ElasticEmail - limited to 20 concurrent connections

    So here is a band-aid solution, until MailWizz adds a better one (note that this is a direct edit to the /apps/common/models/DeliveryServerElasticemailWebApi.php file, I do not know how to make this into an extension): //$response =...
  3. L

    ElasticEmail - limited to 20 concurrent connections

    Okay, so I looked at the ElasticEmail API. It looks like one API request can send the SAME email to multiple contacts, but not DIFFERENT emails to multiple contacts in the same API connection. If this is correct, then this isn't particularly helpful. However, they also note that they limit 20...
  4. 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...
  5. 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?
  6. L

    Hook before a user is sent confirm subscription email?

    Question. Does this hook trigger ONLY when a subscriber is successfully saved? For example, let's say someone on the blacklist is trying to subscribe. Does this trigger as soon as they hit submit? What I'm trying to do is manually erase an email off the blacklist so that they can subscribe...
  7. L

    Force delete of cache or something?

    Is it possible to clear the cache specific to each campaign (i.e., right before the campaign begins)? Don't want to clear whole cache, as that would mess with emails already being sent out.
  8. L

    Hook before a user is sent confirm subscription email?

    Thank you. Two questions. Is it possible to get list information in the function as well, in addition to the subscriber? Also, is this triggered only when a user subscribers through a form or also when through API?
  9. L

    Force delete of cache or something?

    Is there just anyway to explicitly clear the cache once before the campaign actually starts sending?
  10. 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?
  11. 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...
  12. 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?
  13. L

    The customer area at mailwizz.com/customer

    What is the changelog for these versions?
  14. L

    1.3.6.5 to lastest version upgrade

    As long as you made no custom changes to the database, you should be fine. If you did, you may want to review the SQL commands that each update makes to ensure it won't conflict. I had this issue in the past, learned my lesson.
  15. L

    Modifying temp queue tables size

    I see in latest MailWizz it says this: $limit = (int)Yii::app()->params['send.campaigns.command.tempQueueTables.copyAtOnce']; Does that mean we need to put this in main-custom.php: 'params' => array( 'send.campaigns.command.useTempQueueTables' => true...
  16. L

    What happens with soft bounces?

    Exactly, I saw that as well. However, I'm definitely seeing 'Internal' bounce being recorded for 'Spam' and 'BlackListed' in the bounce_log and I'm only using EE. So something is definitely up.
  17. L

    What happens with soft bounces?

    I've looked at my bounce_log and I'm seeing 'Spam' being marked as 'internal' bounce. However, I do not see BOUNCE_INTERNAL used anywhere for ElasticEmail (I see for other ESPs). Where is the setting you are referring to?
  18. L

    Question about deleting campaign delivery log

    I see this was added in v1.4.4: "Added ability to delete the campaign delivery logs and replce them with a static counter to improve performance" Where can I get more detail about what is happening here? How do I enable this feature and does it have any negative ramifications? What's a static...
Back
Top