How to Install Metabase and Use It with Mautic

If you’re looking to take your analytics to the next level, integrating Metabase with your Mautic instance is a powerful way to do just that. Metabase is an open-source business intelligence tool that lets you visualize your marketing data without writing code. Once connected, you’ll be able to generate clean dashboards, track KPIs, and get […]

Creating an SSH Tunnel to Connect Remotely to MySQL

Securely connecting to remote MySQL databases via SSH tunnels can be a bit daunting at first, but once you understand the process, it’s straightforward. This guide outlines the steps to achieve it with clarity. Definitions •Remote-Server: The server hosting the MySQL database. •Working-Server: The local machine or server from which you want to access the […]

Do I get my own IP address?

• Basic Plan: Uses a shared IP pool, which is adequate for most users. • Professional Plan: Includes a dedicated IP to enhance email deliverability and protect your sender reputation.

Cool SQL Commands: A Quick Reference

Cool SQL Commands: A Quick Reference When working with MySQL, I often find myself searching for solutions to recurring challenges. To save time and help others, here’s a quick reference for some of the most useful SQL commands I’ve discovered: 1. Creating a Unique Combination of Entries in a Table Use this command to ensure […]

Resolving SSL Issues for www and Non-www Domains

Setting up SSL certificates with Let’s Encrypt via Certbot is typically a straightforward process. I’ve used it for hundreds of sites without any trouble. However, during the launch of a major client’s site, I encountered a frustrating issue that taught me an important lesson about SSL setup for both www and non-www domains. The Problem […]

Updating Mautic Whitelabeler to Support New Versions

With every new Mautic release, those of us relying on the Mautic Whitelabeler often encounter the frustration of version incompatibility. Fortunately, there’s a straightforward way to update the Whitelabeler to work with the latest version of Mautic. Steps to Update Mautic Whitelabeler 1.Unzip the Whitelabeler File Start by extracting the Whitelabeler files to a working […]

How to Add Dynamic Content to WordPress with Mautic

Dynamic content is a powerful way to personalize your WordPress site for users. When using Mautic, it’s easy to integrate dynamic content into your WordPress site by following these steps. Steps to Add Dynamic Content 1.Enable CORS on Your Mautic Instance Configure your Mautic (or Mailertizer-hosted) instance to allow Cross-Origin Resource Sharing (CORS) from the […]

Triggering Emails on New WooCommerce Orders with Mautic

With the power of Mautic (or Mailertizer-hosted Mautic), you can easily move away from the default WooCommerce order notifications. This opens up opportunities for more personalized and visually appealing order confirmations, as well as better tracking and analytics. In this guide, we’ll walk through how to achieve this integration using the MakeWebBetter Mautic WooCommerce Integration […]

Sending WhatsApp Messages from Your AMS (Mailertizer)

The Challenge Integrating WhatsApp messages into your Automated Marketing System (AMS), powered by Mautic, can be tricky if you want to send them within your campaigns. While Mautic supports SMS messaging out of the box through Twilio, adding WhatsApp messaging requires some extra configuration. Pre-Requisites Before you begin, make sure you have: •A functional Twilio […]