Skip to content

Mautic

Website Developer Sydney

How Clear Cache in Mautic 3x in cPanel

How Clear Cache in Mautic 3x in cPanel So if you are working with Mautic 3.1 like we are as of today, and you are installing modules that connect to the Mautic API, you will find that after you make Custom Fields Editable Or Enable the API for Mautic in CONFIGURATION / API SETTINGS   That you will then need to clear the Cache directory of Mautic before your other Applications will be able to connect to the API. Now we are using cPanel and have access in there to the File manager. Easier than running an SSH command is to go into the director: var/cache in the Mautic directory. In our case here we have it in a directory or folder named marketing. You will see a bunch of files here like this: Just delete all of these files from the cache folder.  That’s it. You should then be… Read More »How Clear Cache in Mautic 3x in cPanel

Website Developer Sydney

Mautic Email with Button that Links Contact Email to Pre-populates Email Form

Mautic Email with Button that Links Contact Email to Pre-populates Email Form The goal here is actually a little more complex. Essentially what we’re trying to do is to take some pre-populated contact details that we have entered into Mautic as a method of making initial contact. For example this might be simply entering an email to generate a contact inside of the application. What we would like to do however is to drive the recipient of the email through a web form to fill out additional data that will then be collected back into the initial contact record inside the program. This is actually quite easy to do, it does however require that you use the email field as a way of linking. the following instructions explain it quite clearly. First you need to create a form and make sure that you add the email field. If you don’t… Read More »Mautic Email with Button that Links Contact Email to Pre-populates Email Form

Website Developer Sydney

Mautic 3.1 SES API Setup for Sending

How to Change Mautic Settings to SES API from SES SMTP Assuming that you have setup Mautic to send email messages using Amazon SES, you may have noticed that Mautic 3.1 now includes the ability to send using the AWS SES API rather than the SES SMTP for sending. The advantage this offers is simply the speed that you can blast out. The SES API is reportedly 14 X faster for sending emails than the SMTP service. We originally followed this video: Send Marketing Emails For Basically Zero Dollars – Mautic + AWS SES Which frankly is terrific for setting ups SES in Mautic After Upgrading to Mautic 3.1 After you run the update to Mautic 3.1 it is time to setup access in your AWS SES for API access. If you are using Amazon SES in us-west-2 as we are, then you simply go to this address. https://console.aws.amazon.com/iam/home?region=us-west-2#/users$new?step=details Enter… Read More »Mautic 3.1 SES API Setup for Sending