Search results

  1. L

    limiting the amount of emails sent per day

    You can limit emails sent from Backend > Settings > Customers > Sending and you can set a limit. Also you can limit your emails sent from delivery servers you can set a quota per minute/hour/day/monthly If you ar using multiple delivery servers I advice you to use quota from delivery servers.
  2. L

    Delete or Move Inactive emails

    Unfortunately we don't have something like this. This can be doit by adding a custom field in list and then populate that custom file when subscriber open a campaign and in this way you can have last date when they open campaign.
  3. L

    What am i missing here? subscribers/bulk

    You can add status confirmed if you want to force confirmed status without confirmation email to be sent: $response = $endpoint->createBulk('LIST-UNIQUE-ID', [ [ 'EMAIL' => 'john.doe@doe.com', 'FNAME' => 'John', 'LNAME' => 'Doe', 'details' => [...
  4. L

    What am i missing here? subscribers/bulk

    @eypcnym - You need to send data in this way:
  5. L

    how to create campaign after create warm-up

    Yes, as you send with delivery server that use warmup plan, warmup plan will sent allowed quota until finish the plan.
  6. L

    how to create campaign after create warm-up

    The warmup plan will continue where remains as in your case at position B. You can create how many campaigns you want the warm up plan will respect the quota for each sending.
  7. L

    Delete or Move Inactive emails

    Deleting inactive email addresses may seem like a clean solution, but it could also mean losing potential opportunities to re-engage those subscribers in the future. Moving inactive email addresses to a separate inactive list allows you to maintain a record of these contacts while keeping your...
  8. L

    Changing a list fields structure

    You cannot modify these custom fields, you can add custom fields to match your needs but also these fields to be used you need to use these in uppercase, for example you can create a custom field named firstname but to use this you need to use as FIRSTNAME.
  9. L

    Inactive Users over 60 days

    php -q /public/apps/console/console.php move-inactive-subscribers --src="soruce_list" --dst="destination_list" --time="-3 months" --limit=1000 --verbose= you can use this command like an example, this will move subscribers to new list all subscribers which are added 3 months ago, then when you...
  10. L

    Amazon SES Web Api - SNS stuck in pending confirmation

    I tested and it's working correctly. I just added a Amazon SES Web API following: https://www.mailwizz.com/kb/adding-a-new-amazon-ses-delivery-server-web-api/ and SNS has been created successfully.
  11. L

    Is there a way change a sub-account into the primary account?

    This can use this subaccount when want, i don't see the reason why one customer want to become a subaccount because this will manage only campaigns , lists present on customer account.
  12. L

    Is there a way change a sub-account into the primary account?

    What twisted says is that you need to remove account from: Parent account input, this one: Customer > Update and now this subaccount will become a regular customer.
  13. L

    Inactive Users over 60 days

    No, from this you cannot, you can only form command line to do this using command: move-inactive-subscribers. Maybe you can use this command to move these subscribers in a new list and then from filters you can target only this list.
  14. L

    RSS Links Not Recognized

    I tested and rss feed is not parsed in campaign step and i think that is the reason why the links are not available.
  15. L

    Inactive Users over 60 days

    Yes, this will include all campaigns sent in the last 365 day.
  16. L

    Inactive Users over 60 days

    You can create new list with these subscribers and then add them in a suppression list and use this list in campaign if you don't want to send campaign to them. Also you can sync statuses from two list using Lists > Tools > Sync, for example List created from filters you can sync with another...
  17. L

    Inactive Users over 60 days

    You can do these manually from Lists > All subscribers > Filters and from here you can select Campaigns Action: Did not open/Did not click and action: Delete to delete subscribers.
  18. L

    1 Delivery server for multiple customers

    You can set: Force FROM email in delivery server and then all customers will send only from that email which is set in delivery server.
  19. L

    Remove Fields From Registration Form

    You can set multiple use for or simply you can set 'all' to user for all cases.
  20. L

    Remove Fields From Registration Form

    This delivery server can send test emails? Use for from delivery server is set to all or have email test selected ?
Back
Top