Search results

  1. wasif

    I tried to configure a pmta server with 3 ip rotation here is the problem I have when I start my pmta server

    Is it related to Mumara? Always give maximum information. I cannot assume where you are getting this error, in what application, on what step, etc.
  2. wasif

    Real Time Notifications Real-time notification

    It's already there on the dashboard where you get to see this in the Live Events.
  3. wasif

    How are you guys removing inactive emails from your lists

    Are you referring to editing a trigger or segment? Trigger can be edited, but segment not.
  4. wasif

    Config PowerMTA

    If you are a Mumara user, you should be able to do it using the Mumara wizard to configure the PMTA server. The sample code for the rotation is <virtual-mta my_mta> smtp-source-host mta01.domain.com smtp-source-host mta02.domain.com </virtual-mta> <smtp-user smtp_username> password...
  5. wasif

    Config PowerMTA

    If you know how pmta config works, you can create a vmtp-pool of your two virtual-mta and use that. PMTA will handle the rotation
  6. wasif

    How are you guys removing inactive emails from your lists

    If you want to run this every 24h, you can open a support ticket and give them this query to set for every 24h.
  7. 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() -...
  8. wasif

    Remove inactive emails

    This option should be available in segments soon, and a trigger can do the job.
  9. 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
  10. 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...
  11. 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...
  12. 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.
  13. 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.
  14. 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
  15. 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.
  16. 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...
  17. wasif

    Info Mumara Campaign Scheduler

    it has been already pipelined. Should be added sometime soon!
  18. 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.
  19. 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.
  20. 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.
Back
Top