Campaign - no email is sent

I can not run campaigns. I’m sure I’m doing something wrong , but what?



Mautic 1.1.2 installed - http://www.ago.archi/mautic

Web hosting: Siteground

The 4 Cron jobs set (1 hour)



Configuration - Mail Settings

Service to send mail through: Gmail

Test connection, ok

Send test email, ok



Form

New Campaign Form

Matched lead field with the form field

Form loaded in my WP



Mail

New Template Email - Published

Send example, ok



Campaign

A simple campaign build with: Campaign form (as Lead Source) > Send mail

Published



Results: leads created from the form submissions added to campaign, but any email sent.



Help!

Thanks

I can not run campaigns. I’m sure I’m doing something wrong , but what?

Mautic 1.1.2 installed - http://www.ago.archi/mautic
Web hosting: Siteground
The 4 Cron jobs set (1 hour)

Configuration - Mail Settings
Service to send mail through: Gmail
Test connection, ok
Send test email, ok

Form
New Campaign Form
Matched lead field with the form field
Form loaded in my WP

Mail
New Template Email - Published
Send example, ok

Campaign
A simple campaign build with: Campaign form (as Lead Source) > Send mail
Published

Results: leads created from the form submissions added to campaign, but any email sent.

Help!
Thanks

I received Cron Daemon Emails from Siteground, my web hosting:

Could not open input file: /path/to/mautic/app/console

Could this be the problem ?

Eureka

The commands for cron jobs in Siteground web hosting are:

/usr/local/bin/php /home/cpanelusername/public_html/mautic/app/console mautic:leadlists:update --env=prod
/usr/local/bin/php /home/cpanelusername/public_html/mautic/app/console mautic:campaigns:update --env=prod
/usr/local/bin/php /home/cpanelusername/public_html/mautic/app/console mautic:campaigns:trigger --env=prod
/usr/local/bin/php /home/cpanelusername/public_html/mautic/app/console mautic:email:process –env=prod

In addition it is necessary this patch to fix a SQL Error

Now I check if I made more mistakes. Thanks