Open Source Bulk Mailing Automation Software – Mautic

Please note these are just outlines , intended for developers. Feel free to ask if you face any issues.

The concept of marketing automation is not a new idea and the general idea of automated marketing is one which most are familiar with, though the terminology may be different. Here’s a very brief overview:

Marketing Automation is a platform for saving time, eliminating errors, and improving efficiency for a wide range of marketing tasks across multiple channels.

If you’re interested in learning more there are some excellent resources available which give more background information to get you started.

Download : https://www.mautic.org/download

Mautic Setup documentation : https://docs.mautic.org/en/setup

Suggestion : Better dont install the latest version. Better to install one step back from previous version to avoid any bugs.

Server Requirements : PHP 7.4+ and MYSQL

Can be easily installed on CPANEL shared hosting.

Breif Steps on Installation :

  1. Download Mautic
  2. Upload to CPANEL
  3. Create MYSQL Database
  4. Increase MEMORY LIMIT AND Timeout limit in php.ini of cpanel

Add Cronjobs for updating segments / campaigns / triggers in backend

If using Amazon SES , better use SES API – https://interactivewebs.com/e-mail-tips/how-to-change-mautic-settings-to-ses-api/

Using API ses will help easy bounce processing of email using SNS notification API.

Refer this documentation for SNS and topic subscription : https://docs.mautic.org/en/channels/emails/bounce-management?_ga=2.87375071.61316953.1654246147-852279137.1653891865#amazon-webhook

A

Add SNS topic to bounce and complaint

If you face issue with adding preview text to the email , please use below code at top of the template in code mode.