Search results

  1. wasif

    How are you guys removing inactive emails from your lists

    Meanwhile, it can be achieved if you can write a custom script to do this. The below query should remove the contacts from all lists who haven't opened any email for the last 30 days. DELETE FROM `subscribers` WHERE id NOT IN (SELECT contact_id FROM `email_opened` WHERE created_at > now() -...
  2. wasif

    Remove inactive emails

    This option should be available in segments soon, and a trigger can do the job.
  3. wasif

    How does IP rotation work?

    Not really @mohammad , it seems to be explained here https://community.mumara.com/threads/problem-with-random-smtp-campagin.179/#post-629
  4. wasif

    FBL

    Mumara uses this FBL account to fetch the complaints from your mailbox and process them by flagging the associated contact. But you must ensure that this FBL account receives complaints from all major ISPs (e.g., Yahoo, AOL, Comcast, etc.). If you haven't already signed up, you'll need to...
  5. wasif

    can you please Put daily limitation on Triggers ?

    Sending nodes are rotated automatically when you select multiple nodes in your campaign. You also have an additional option for rotating the sending nodes, i.e., batches, and loops. It has already been explained here...
  6. wasif

    Sending Domain SSL certificate

    You must ensure that the SSL is installed on the tracking domain. Mumara doesn't care about the main domain, it's the tracking domain that will be used by Mumara for tracking purposes and it should have an SSL installed.
  7. wasif

    Campaigns+ or Classic Pro

    Classic pro is an older version that is at $47 since it's beginning, and we never changed the price. Campaigns+ is a new edition with new pricing plan and has regular updates. Campaigns+ basic edition is $7, however, the fully featured edition is $97.
  8. wasif

    When are you going to retire ioncube?

    Ioncube has launched version 12 with PHP 8 support already. Source: https://www.ioncube.com/news.php
  9. wasif

    When are you going to retire ioncube?

    We haven't launched the PHP 8 edition. It's undergoing development, and we are still on PHP7.x, so we will continue with the ioncube for some time.
  10. wasif

    Broadcast to Drip?

    @andrewmolt You can't throttle drip campaigns or can't limit the number of emails to be sent as it's based on the criteria. As soon as the criteria are met, the recipient receives the drip. Either the criteria is just the timespan/delay whether it includes segmentation as well. So if you want to...
  11. wasif

    Info Mumara Campaign Scheduler

    it has been already pipelined. Should be added sometime soon!
  12. wasif

    There is no way to set a total quota, not monthly

    We have an ongoing development for the ESP version, and this feature was already included.
  13. wasif

    When are you going to retire ioncube?

    We'll probably be shifting to sourceguardian if there is no news from ioncube by the end of July.
  14. wasif

    I want to Create Drip Campaigns By API

    The API to add a drip to the drip group should be launched soon. And a trigger can be initiated when a contact is added and qualifies segment criteria. So you'll need to create a segment with specific field values and then add a trigger on it that should start the drip group.
  15. wasif

    Drip Campaigns

    Dear Joe, the issues have been reported to the dev team. In my case, the sequential sorting seems to be working but I was able to reproduce your issue and it has been reported and fixed already. The new fixes should be packaged with the next update.
  16. wasif

    Today's Date Formatting

    @defalet223 please open a new thread.
  17. wasif

    Today's Date Formatting

    So when you'll set the date format in the settings, it will be applied globally i.e. wherever you see the date within the application, plus the email content and yes it will be converted in the UTM params as well. So if you set e.g. January 15, 2023, the same format will be used everywhere.
  18. wasif

    Today's Date Formatting

    Just to update you both, this feature has already been developed but still, a part of development is left. So it's going to be an option under user profile settings where he can set the date/time format that will be replicated throughout the application i.e. GUI and the Emails. I expect it to be...
  19. wasif

    Affiliate Network integration

    Just to clear Rehan's message. Mumara isn't yet integrated with these affiliate networks but we already have a couple of major affiliate networks pipelined for the integration that should be done sometime soon. We are already working on pixel integration as well that will let you track any...
  20. wasif

    Bulk Import Using Artisan Commands

    Sorry for the late reply @christophere2 as I have been traveling for the past two months. I am adding this to our API pipeline so you should be able to import the lists via API.
Back
Top