Search results

  1. G

    Extend cron jobs history

    Yes, we can do that. Here: apps/common/models/ConsoleCommandListHistory.php:180 . Something like: $keep = hooks()->applyFilters('console_command_list_history_model_delete_older_records_max_keep', $keep); Not quite sure about the hook name Cosmin
  2. G

    Extend cron jobs history

    Hello, There is no hook in place so you can externally connect and change the number of rows to keep per command, so there is no way of doing this without modifying the core of the application. Here is the line of the code where this is happening...
  3. G

    upgrade failed from 2.5.2 to 2.6.1

    Hello, Did you manually run the auto-update from your command line? If not try that, please, looks like there is an incomplete download. Cosmin
  4. G

    Postal Webhook bounce for campaign.

    Than I do not see any reason that the first campaign to influence the bounce posting for the second one.
  5. G

    Postal Webhook bounce for campaign.

    Hello, If we are speaking about the same address email that bounced for the second campaign, it is possible that Postal itself not to post anything since I think it has his own suppression list. Cosmin
  6. G

    How to create custom fields using Mailwizz APIs

    Hello, Here you are: https://api-docs.mailwizz.com/#create-a-list-field Cosmin
  7. G

    Did not receive server verification email

    Hello, If the message is that you should check your inbox, means MW successfully handled the email to the smtp provider. I doubt that there is no trace of it in their logs. Since it is Sparkpost, you might check that yourself, since they are having a web portal. Cosmin
  8. G

    Mailwizz says "General error" and every day goes offline by itself

    It is. There are some changing to license checking API which are addressed in the newer versions. Please read: https://www.mailwizz.com/kb/this-license-is-already-registered-to-another-mailwizz-instance/ That is not ok. That means you will modify the core files and we cannot offer support if...
  9. G

    Template insertion in campaigns

    Hello, Maybe it sounds silly, but if the issue is that they click on the template name and they get to edit the template, which thing is taking them out from editing the campaign, I would say to remove the link from the template name. Thus we will make sure we stay in the campaign editing...
  10. G

    Email Builder / client-specific defaults

    We understand these limitation, but is not a matter of implementation only, but a matter of how that the Stripo Plugin works and its own limitations. I suppose, in the future they will improve their api plugin and we will try also to update our implementation to match their improvements. Cosmin
  11. G

    SES Account Suspended--any ideas for next steps?

    Hello, These are our available integrations: https://www.mailwizz.com/integrations/email-providers/ Cosmin
  12. G

    How can blacklist hard bounces in Mail Wizz

    Hello, If using AWS SES, you should use the web-api delivery server type and the bounces should be handled automatically by webhooks, there is no need to set a bounce server for the web-api delivery servers. But you should follow this article to set up your delivery server...
  13. G

    Bounce: poor reputation on Cloudmark Sender Intelligence (CSI)?

    No, that is not possible.
  14. G

    error when trying to send a message

    That message comes from some anti-spam feature of your SMTP. You should reach your SMTP provider for that. For the connection issue with your smtp, please see if your server hosting MW is allowed to communicate using those ports, maybe a firewall rule is blocking the connection
  15. G

    How to send a campaign to a segment of my list

    Hello, Here are some videos: https://www.mailwizz.com/videos/ See the ones about List and subscribers (it will explain how to segment the list), and the one about Campaigns, it will show you how to target that segment. Cosmin
Back
Top