Help Campanha mautic

Good day!

I would like to clarify some doubts , installed in a mautic Vps Digital Ocean , with the Amazon SES

doing some testing of a campaign , one a particular email eg celiopadilha@gmail.com , I get all camapanha straight , but when I joined another email eg telexvip@yahoo.com.br , Nao get nothing or the spam, so does another celiopbarreto@gmail.com email.

what intrigues is that mautic system , shows that the first email was sent to everyone, but only get in one.

I need some Help.

Good day!
I would like to clarify some doubts , installed in a mautic Vps Digital Ocean , with the Amazon SES
doing some testing of a campaign , one a particular email eg celiopadilha@gmail.com , I get all camapanha straight , but when I joined another email eg telexvip@yahoo.com.br , Nao get nothing or the spam, so does another celiopbarreto@gmail.com email.
what intrigues is that mautic system , shows that the first email was sent to everyone, but only get in one.
I need some Help.

check cron job

Help !!!
Good afternoon I’m getting this error when running the command
php /srv/users/serverpilot/apps/mautic/public/app/console mautic:campaigns:update -f --env=prod

[DoctrineDBALDBALException]
An exception occurred while executing ‘SELECT max(list_leads.lead_id) as ma
x_id, count(distinct(list_leads.lead_id)) as lead_count FROM mautic_lead_li
sts_leads list_leads WHERE (list_leads.manually_removed = ?) AND (list_lead
s.leadlist_id IN ()) AND (list_leads.date_added <= ‘2016-01-10 18:09:26’) A
ND (NOT EXISTS (SELECT null FROM mautic_campaign_leads campaign_leads WHERE
(campaign_leads.lead_id = list_leads.lead_id) AND (campaign_leads.manually
_removed = ?) AND (campaign_leads.campaign_id = 4)))’ with params [0, 0]:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error i
n your SQL syntax; check the manual that corresponds to your MySQL server v
ersion for the right syntax to use near ‘)) AND (list_leads.date_added <= ’
2016-01-10 18:09:26’) AND (NOT EXISTS (SELECT ’ at line 1

[PDOException]
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error i
n your SQL syntax; check the manual that corresponds to your MySQL server v
ersion for the right syntax to use near ‘)) AND (list_leads.date_added <= ’
2016-01-10 18:09:26’) AND (NOT EXISTS (SELECT ’ at line 1

It seems to me like the error described in this fix:

https://github.com/mautic/mautic/pull/1286