Optional
Process Email Queue
If the system is configured to queue emails to the filesystem, a cron job is required to process them.
php /path/to/mautic/app/console mautic:email:process
Fetch and Process Monitored Email
If using the
Bounce
Management,
php /path/to/mautic/app/console mautic:fetch:email
Webhooks
If Mautic is configured to send webhooks in batches, use the following command to send the payloads:
php /path/to/mautic/app/console mautic:webhooks:process
Update MaxMind GeoLite2 IP Database
Mautic uses MaxMind's [GeoLite2 IP database by default. The database is licensed under the (Creative Commons Attribution-ShareAlike 3.0 Unported License)http://creativecommons.org/licenses/by-sa/3.0/] and thus cannot be packaged with Mautic. The database can be downloaded manually through Mautic's Configuration or the following script can be used as a cron job to automatically download updates. (MaxMind updates their database the first Tuesday of the month).
php /path/to/mautic/app/console mautic:iplookup:download