Search results

  1. R

    Remove Fields From Registration Form

    Waking this thread up again since this is actually kind of a problem. :/ Most often, customers are companies and not individuals, and the forced age restriction becomes irrelevant, especially if you (like me) don't let customers register from a site but rather through manual agreements. Also...
  2. R

    Unable to acquire lock!

    Problem partly solved - it now works without Redis activated (my lists didn't have a country set under Company details). I still want to use Redis though so it would be great to get some help with that use case.
  3. R

    Unable to acquire lock!

    Were you able to solve this? I am getting the same error (using Redis) when trying to send campaigns to multiple lists, following the steps suggested doesn't help. If I turn off Redis for mutexes I get this error message instead: "Unable to copy the campaign initial list." In the latter case...
  4. R

    Create campaigns in DRAFT mode from the API

    Hi @twisted1919, thank you. However while waiting for your response I looked in the code and tried adding 'status' => 'draft' with my API request call and it actually worked. I could also select a campaign group this way (by adding group_uid) even though these aren't documented parameters. Do...
  5. R

    Create campaigns in DRAFT mode from the API

    Hello, I am looking for a way to create campaigns from the API but not send them just yet. I simply would like them to remain in draft mode until someone manually schedule them in Mailwizz. Can't find any way to do it (since the "send_at" parameter is required in the API). Any suggestions...
  6. R

    Running Mailwizz on multiple servers

    Thank you so much @twisted1919. Do you have any other advice or recommendations when it comes to running Mailwizz in a multiple servers environment? Is there any documentation on which folders and files need to be hosted on a shared storage?
  7. R

    Running Mailwizz on multiple servers

    Hello, I am setting up Mailwizz in a clustered environment. Obviously, there's no problem running the actual web application on multiple servers but what about the cron jobs? Can they be set up to run on multiple machines without any risk of unexpected behavior, for example sending duplicate...
Back
Top