Mautic
Admin email/password reset
Admin password reset There are 2 ways to reset the Admin password: 1. Use the Reset password function on the login page 2. Use the terminal To reset the admin user password, run the following command using the Web terminal: set-admin-password ...
Clearing cache
To clear the cache, you can either delete /run/mautic/var/cache or you can run the following command using the Web terminal: sudo -E -u www-data php /app/code/bin/console cache:clear
Mailer
Mautic 5 supports sending emails via Symfony mailer. The following mailer packages are pre-installed: - symfony/amazon-mailer - symfony/mailgun-mailer - symfony/postmark-mailer - symfony/sendgrid-mailer - symfony/mailjet-mailer
Custom cron jobs
For cron support, app custom commands in the app's cron section. The crontab contains a line like: (example) 0,15,30,45 * * * * sudo -E -u www-data php /app/code/app/console mautic:integration:fetchleads --integration=Hubspot
System cron jobs
Mautic often requires cron jobs to be triggered manually. The package comes with a a default cronjob template. This is saved in /app/data/crontab.system. You can change the schedule and arguments of the cronjobs as desired using the File manager. Be ...
How to order Mautic?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Mautic 4. Select vCPU / RAM If you don't know how much you will need to use, just leave the default. 5. Select Disk Storage Size If you don't know how much you will need to ...