mautic: understanding how it works

  1. Add your contacts.
  2. Create your segments and apply the filters you want.
  3. Update the segments using this query
    1. php /var/www/html/[DOMAIN]/mail/app/console mautic:segments:update
  4. Rebuild Campaign
    1. php /var/www/html/[DOMAIN]/mail/app/console mautic:campaigns:rebuild
  5. Trigger Campaign ---> Note that once you trigger the campaign the email will appear as Sent altough it may not have been sent yet.
    1. The email will be stock in the spool folder. .../app/spool/
    2. When the email is sent the Spool Folder is emptied
  6. Send Emails
    1. php /var/www/html/[DOMAIN]/mail/app/console    mautic:emails:send

 

Leave a Reply

Your email address will not be published. Required fields are marked *