Search results

  1. wasif

    Hardware requirement for sending 20-30M emails per day

    Sending tens of thousands of emails per hour isn't bad on a setup with 2 CPUs and 4GB of RAM, which usually costs less than $10. However, if you notice no load on the server but it’s still sending slowly, the issue might not be server resources. Several other factors can affect performance, such...
  2. wasif

    the campaign link is sometimes slow to open

    The growing database wouldn't be a problem if properly tuned. As I mentioned earlier, switch your open/click processing to cron-based, which enhances the real-time experience by handling database operations server-side. Also, under the performance tab, you'll find options to delete logs and...
  3. wasif

    the campaign link is sometimes slow to open

    Sometimes, the delay isn't caused by the destination server, especially if you have a large database. To help with this, there's a helpful option in the Application settings under the Performance tab. This feature lets you process open and click tracking with a cronjob. As a result, all database...
  4. wasif

    Unsubscribe link not working

    @CleberUX I clicked on the provided link and it shows me the correct page.
  5. wasif

    Subscriber history

    You can look the event log in the contact's history. Moreover we have a timeline addon which display the history more perfectly.
  6. wasif

    See the boardcast in statistics

    It can be added. I have added it to the the pipelined tasks.
  7. wasif

    See the boardcast in statistics

    You mean you want to see the broadcasts content which were sent? Instead of navigating to the edit page, it should show a preview?
  8. wasif

    RSS Campaign

    Extending @far00q’s reply, here’s a more detailed explanation: Mumara dynamic tags are designed to interact with XML or JSON feeds from any endpoint or website. This means you can connect a content unit to a feed, and then use the specific feed tags as variables that populate your content...
  9. wasif

    Slow Sending Performance - Any Advice on Optimization?

    @Sion_Bricoux I've reviewed your ticket and examined your server. Currently, your Mumara domain is using Cloudflare's proxy, which is routing all database queries through Cloudflare. A clear indication of this can be seen in the snapshot below. When I accessed your logs table, Cloudflare...
  10. wasif

    Slow Sending Performance - Any Advice on Optimization?

    Did you set these values recently, or were they already configured? Also, please ensure to restart the services after applying the changes. A connection limit of 5000 should be fine, especially when working with multiple threads, as a higher limit can prevent bottlenecks. Have you noticed any...
  11. wasif

    Slow Sending Performance - Any Advice on Optimization?

    @Sion_Bricoux, the server specs don't look bad. Let me explain the purpose of batch size: Batch size doesn’t necessarily speed up the sending process. Instead, it helps keep the SMTP connection open and handles MySQL queries like incrementing counters before the batch goes out. Setting the...
  12. wasif

    Oauth

    OAuth has been added to Mumara now. It should be available in the next update, which is taking a little longer as it includes all major languages.
  13. wasif

    Oauth

    @Summer Sauce, sorry for the delay in getting back to you. These were the Eid holidays. So if Mumara launches the Google app as an official app and allows users to connect their account with Mumara, it has to be on the unique domain. In the case of the self-hosted editions, the domain name...
  14. wasif

    Issue with Sending Domains after upgrade to Version 6.4.03

    @nico , if you have put the latest cloaking file, the warning sign should disappear automatically. I would advise you to open a support ticket as well.
  15. wasif

    See the boardcast in statistics

    Thank you for the suggestion @CleberUX. So, if a campaign has multiple broadcasts, which one to show?
  16. wasif

    Export clicks

    I can see in the ticket #105203 that it works for you now!
  17. wasif

    SSL Failed to Installed.

    The ticket arrived 20 hours ago. It should be answered!
  18. wasif

    Really important features missing and all other platforms have it and mumara not

    The "test preview" feature on the edit broadcast page of Mumara enables you to send a sample email to any external email address to see how it looks before launching the actual campaign. This is useful for ensuring your email appears as intended. However, it's important to understand that for...
  19. wasif

    AddContact/EditContact Webhooks & Custom Fields

    1. To get the variables returned in a hook, you need to enable it first in the Application Settings. We have turned it off by default to enhance the performance. Please refer to the snapshot below. 2. The EditContactList hook should trigger as soon as the contact information is resubmitted...
  20. wasif

    SSL Failed to Installed.

    @Zeeshanalam, if you've used our command-line installer, it includes PHP-FPM, and the SSL command is specifically designed to install SSL certificates for servers set up with our tool. However, if PHP-FPM isn't installed, that won't prevent you from using our installer. It's important to note...
Back
Top