Search results

  1. wasif

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

    I see, will add it to the pipeline.
  2. wasif

    Add UTM Parameters to All Links in Broadcast

    I have pipelined it!
  3. wasif

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

    @phanchin monthly quota is already there. Are you saying you were not able to find the monthly quota?
  4. wasif

    Zapier

    You mean, you want to edit the contact upon triggering? I can put it on the pipeline!
  5. wasif

    Bulk Import Using Artisan Commands

    @christophere2 I wonder why are you trying to import using the artisan command when you can import using the UI. As there are several checks involved in the GUI import that has to be done. Please advise the necessity to import using the command so I can better understand the need and advise...
  6. wasif

    AdButler integration

    @whiteknight I believe you are trying to pass a unique ID associated with the contact information that can help you diagnose who actually made the engagement at your advertiser's website. So it's pretty easy, you can use any of the associated variables within your destination URL links e.g...
  7. wasif

    Avoid Duplicate Email Contacts On All My Lists

    @marcelb For this, either you'll need to use the list deduping feature manually, or if you want to automate the process and do real-time filtration then you can use the API to find if the contact exists in listID 1 before you let it add to the listID 2. API Request #1...
  8. wasif

    Mumara Classic Pro Self Hosted Password Reset

    You can look into the database table users and edit the password keeping the encryption to SHA1.
  9. wasif

    Asking about editing a broadcast campaign

    If you pause and resume the campaigns, the new version should be sent to the remaining.
  10. wasif

    Scaling Mumara to 2 million emails/hour

    Hi Chris, I would suggest you increase the PHP memory_limit to 4G so at least PHP gets some fresh air. And also keep in mind, that increasing threads beyond the server resources will make it take a bite more than it can chew, so it's not a better approach as it may make things slower instead of...
  11. wasif

    Need SMTP solution

    Is this spam emailing or double opted? If not spam, you can look for Mumara ONE here https://www.mumara.com/one/
  12. wasif

    Advanced segmentation

    Yes, I have put these points to our pipelined tasks!
  13. wasif

    Config PowerMTA

    Make sure you set the batch to 0 as well in order to make sure the IP rotates on every email, and then try again.
  14. wasif

    Config PowerMTA

    Was the email fed to pmta? If yes, then an issue could be with your remaining 3 IPs. Either they are not routed correctly to your server or the outgoing port is blocked. You can check in pmta accounting files if you are able to see the emails there?
  15. wasif

    Advanced segmentation

    @mumist sorry for the delay in response. You can currently do this -> contact is in List1 AND has clicked in at least one of the 5 different broadcasts AND has clicked in any broadcasts in the last 90 days. So the missing option is -> at least 5 broadcasts You can already do it by creating a...
  16. wasif

    Am updated to current. Campaigns+ 5.2.4 .. get 500 server error every time I try to run... for months

    You can reach the exact error by one of the following methods Method 1: If you are able to login to the application using the admin account, then go to Application Settings and turn on the debug mode, and press save. It will print the error on the front screen instead of the 500 messages...
  17. wasif

    Some Important Campaigns Features Request

    When you pause the campaign and edit the associated broadcast, and then resume it again then the new content will be reflected. So this functionality is already there.
  18. wasif

    PMTA web monitor can't access after connecting with mumara

    Yes, if you want to make it secure then just add your public IP. If you want to open it for the whole world, you can do this by adding http-access 0/0 admin.
  19. wasif

    How to stop a drip campaign

    So you should create a segment with the matching field value and then start a drip on it. And when the field value is changed, the contact will get out of the segment automatically, and hence eventually no further drip will be sent from the previous group. And you can create another segment on...
  20. wasif

    encryption error for gmail

    Try adding use-starttls true in <domain *> and let me know if it worked!
Back
Top