Let's automate with Mautic!

Tutorials, courses, videos

Newest Posts


Post Image

Mautic 5 Cronjobs

In Devops and Programmers posted at October 26, 2024

Since I posted my Mautic 5 email sending videos, I’m getting a LOT of questions about cronjobs. I have been doing a lot of tests, and still not 100% happy with my setup. But I anyway wanted to share how I set up my cronjobs to get you started.

Read More →

Post Image

Upgrade Mautic 5.1 to Mautic 5.1.1 using composer

In Devops and Programmers posted at September 19, 2024

If you just switched from a regular (github/file copy) deployment of your Mautic to composer based management, you will meet your first challenge. How do I update? In this tutorial I’m going to show you step by step how it is done.

Read More →

Post Image

Mautic 5: This is how email setup works

In Devops and Programmers posted at September 6, 2024

There is no perfect documentatin of the Email setup on Mautic 5 as the setup depends on your SMTP, server speed and other factors. In this tutorial I’m trying to cover as much as can. Oh – I created a video for it!

Read More →

Post Image

Email sending in Mautic 5: Cron, Queue and Daemons

In Devops and Programmers posted at September 6, 2024

As Mautic 5 is based on Symfony 5.4, which improved the way emails are sent out, made it a lot faster, and a lot more scalable. Now emails can go out immediatly without waiting for cron cycles, all managed by a process, that just runs smoothly in the background. In this post (and video) I’m going to explain you how Email sinding works in Mautic 5.

Read More →

Post Image

Mautic 5 Composer install simplified

In Devops and Programmers posted at January 14, 2024

This tutorial is about a Mautic 5.0.1 fresh installation, and I want you to learn how to maintain your project with composer. Why? Because once you understand how it’s done, and what the advantages are, you’ll love it. The Mautic project did a great job in explaining everything in the docs, and you should read it, but if you want to go with my more narrated way, then knock yourself out:

Read More →