Task Scheduler - Mautic in Windows Sever

Hello Everyone

I have Mautic in Windows Sever, now I need use Task Scheduler

Someone have “How configuration this?”.



Thanks!

Hi ,
I am facing similar situation.
My environment details are :
version 1.3.1 , Windows 8 home, xampp…

I had no issues while installing process. However, when email->send example .
Message is popped ‘A test email has been sent to your email.’ …
And no mail is sent actually …!

when i try to send mail exclusively to one lead then following error is encountered.
“Failed to send to [mymailid]@outlook.com: Sending failed for one or more recipients”

Any help would be highly appreciated.

Regards,

U user a Sendgrid, S3? or SMTP?

I tried with gmail, sendmail , & phpmail . Nothing worked.
used Configuration settings->Email setting to setup the email preferences.

I guess the problem is in the cron jobs setup and then the email settings.

Am first time Mautic user and very much new in field of marketing automation.
Really need some quick insight on the issues.

Hello Everyone
I have Mautic in Windows Sever, now I need use Task Scheduler
Someone have “How configuration this?”.

Thanks!

Launch an elevated Windows command prompt.
Run the following commands:
schtasks /create /sc hourly /st 00:15 /tn mauticCronJob01 /tr “C:/xampp/php/php.exe C:/xampp/htdocs/mautic/app/console mautic:segments:update --env=prod” /ru “System”
schtasks /create /sc hourly /st 00:20 /tn mauticCronJob02 /tr “C:/xampp/php/php.exe C:/xampp/htdocs/mautic/app/console mautic:campaigns:rebuild --env=prod” /ru “System”
schtasks /create /sc hourly /st 00:25 /tn mauticCronJob03 /tr “C:/xampp/php/php.exe C:/xampp/htdocs/mautic/app/console mautic:campaigns:trigger --env=prod” /ru “System”
schtasks /create /sc hourly /st 00:30 /tn mauticCronJob04 /tr “C:/xampp/php/php.exe C:/xampp/htdocs/mautic/app/console mautic:messages:send --env=prod” /ru “System”
schtasks /create /sc hourly /st 00:35 /tn mauticCronJob05 /tr “C:/xampp/php/php.exe C:/xampp/htdocs/mautic/app/console mautic:emails:send --env=prod” /ru “System”
schtasks /create /sc hourly /st 00:40 /tn mauticCronJob06 /tr “C:/xampp/php/php.exe C:/xampp/htdocs/mautic/app/console mautic:email:fetch --env=prod” /ru “System”
schtasks /create /sc hourly /st 00:40 /tn mauticCronJob07 /tr “C:/xampp/php/php.exe C:/xampp/htdocs/mautic/app/console mautic:social:monitoring --env=prod” /ru “System”
schtasks /create /sc hourly /st 00:45 /tn mauticCronJob08 /tr “C:/xampp/php/php.exe C:/xampp/htdocs/mautic/app/console mautic:webhooks:process --env=prod” /ru “System”

WWW.DVMS.VN