the problem is…
all emails are queued and place in spool folder.
and thats all. they are not go out.
they starts to go out if I manually run this command
php /var/www/html/bin/console swiftmailer:spool:send --message-limit=1000>
cron jobs do not start
below is my crontab file.
paths are correct. checked.
Cron jobs for Mautic 2
#* * * * * php /var/www/html/app/console mautic:segments:update
#* * * * * php /var/www/html/app/console mautic:campaigns:update
#* * * * * php /var/www/html/app/console mautic:campaigns:trigger
Cron jobs for Mautic 3
-
-
-
-
- php /var/www/html/bin/console mautic:segments:update >/dev/null 2>&1
-
-
-
-
-
-
-
- php /var/www/html/bin/console mautic:campaigns:update >/dev/null 2>&1
-
-
-
-
-
-
-
- php /var/www/html/bin/console mautic:campaigns:trigger >/dev/null 2>&1
-
-
-
#* * * * * php /var/www/html/bin/console mautic:emails:send >/dev/null 2>&1
-
-
-
-
- php /var/www/html/bin/console swiftmailer:spool:send --message-limit=>
-
-
-
-
-
-
-
- root /bin/echo “cron works” >> /tmp/file
-
-
-