Search results

  1. L

    Question about unsubscribe-inactive-subscribers

    Question: is there a way to mark inactive subscribers as unsubscribed and then send them a re-confirmation email, asking them if they want to resubscribe?
  2. L

    What happens with soft bounces?

    Ah, so it must be a general setting as opposed to ESP specific. Are internal bounces different than soft bounces?
  3. L

    What happens with soft bounces?

    How do we control if a bounce code is marked as internal vs soft? I'm looking at dswh controller file that processes bounces and I don't see any option, but I'm seeing some of bounces being marked as internal. Are internal the same as soft bounces (i.e., a subscriber with X internal bounces is...
  4. L

    What happens with soft bounces?

    What does "internal" mean for "bounce_type" in campaign_bounce_log?
  5. L

    What happens with soft bounces?

    Awesome, thank you. Which MySQL table keeps track of soft bounces for an email address?
  6. L

    What happens with soft bounces?

    Yeah, saw that. Does that apply to only bounce servers or when we are using an API as well (e.g., ElasticEmail)?
  7. L

    What happens with soft bounces?

    Is there a setting in MailWizz that marks a user as hard bounced after X amount of soft bounces for an email address?
  8. L

    Mailwizz - 1.4.8

    For those that don't have logins to the download here, when will this be available on CodeCanyon?
  9. L

    MailWizz - 1.4.4

    I never got this email -- just checked. Why isn't this on CodeCanyon yet? :-(
  10. L

    MailWizz - 1.4.4

    I don't have login for that.
  11. L

    MailWizz - 1.4.4

    When will this appear on CodeCanyon? I'd like to update but can't.
  12. L

    Mailwizz - 1.4.3

    Any update on the new update?
  13. L

    Improving ElasticEmail API

    Im not, unfortunately -- deliverability is too critical.
  14. L

    Improving ElasticEmail API

    Any way to push out v1.4.4 without those extra features? I really need that resending feature.
  15. L

    Improving ElasticEmail API

    Any updates on that update?
  16. L

    Improving ElasticEmail API

    Now just need that update with resending available again :-)
  17. L

    Improving ElasticEmail API

    Actually, I just noticed there is already a campaign_id and status index, cid_status... whoops.
  18. L

    Improving ElasticEmail API

    Took about 5 mins to add it to my table. I'll look into table partitioning.
  19. L

    Improving ElasticEmail API

    That's a fair point. I can add the index on my own table and let you know. However, one request. I've added indexes in the past and then future MailWizz updates add the same index. However, upgrade fails because I already have the index. So in future updates of MailWizz, can you add a SQL check...
  20. L

    Improving ElasticEmail API

    True but I only care about myself xD What about adding that campaign_id + status index? That should be an easy thing to do, no?
Back
Top