# Delayed emails sending

**URL:** https://forum.mautic.org/t/delayed-emails-sending/6384
**Category:** Product Support
**Created:** [October 30, 2016, 2:29am UTC](https://forum.mautic.org/t/delayed-emails-sending/6384 "2016-10-30T02:29:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jims](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/jims/32/396_2.png) [@jims](https://forum.mautic.org/u/jims)
#### Post date: [October 30, 2016, 2:29am UTC](https://forum.mautic.org/t/delayed-emails-sending/6384/1 "2016-10-30T02:29:13Z")

</div>

Hi  
  
  
  
My queued email sending is being delayed anywhere from 10 mins to 3 hours. I am running the email send cronjob every minute.  
  
  
  
I am using Amazon SES. When I try send without a queue it takes less than a minute.  
  
  
  
I am logging the send email cron to a file but it never seems to have any output even when verbosity -vvv  
  
  
  
Here is my cron command.

Code:

1/\* \* \* \* \* php /var/www/mautic/app/console mautic:emails:send -vvv | while IFS= read -r line; do echo "$(date) $line"; done \>\> /var/log/mautic/emails\_send

  
Thanks to anyone who can help me!

---

<div class="post-metadata">

### Author: ![jims](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/jims/32/396_2.png) [@jims](https://forum.mautic.org/u/jims)
#### Post date: [October 30, 2016, 2:29am UTC](https://forum.mautic.org/t/delayed-emails-sending/6384/2 "2016-10-30T02:29:13Z")

</div>

Hi

My queued email sending is being delayed anywhere from 10 mins to 3 hours. I am running the email send cronjob every minute.

I am using Amazon SES. When I try send without a queue it takes less than a minute.

I am logging the send email cron to a file but it never seems to have any output even when verbosity -vvv

Here is my cron command.

`1/* * * * * php /var/www/mautic/app/console mautic:emails:send -vvv | while IFS= read -r line; do echo "$(date) $line"; done >> /var/log/mautic/emails_send
`

Thanks to anyone who can help me!

---

<div class="post-metadata">

### Author: ![Elenchus](https://avatars.discourse-cdn.com/v4/letter/e/ccd318/32.png) [@Elenchus](https://forum.mautic.org/u/Elenchus)
#### Post date: [October 30, 2016, 9:35pm UTC](https://forum.mautic.org/t/delayed-emails-sending/6384/3 "2016-10-30T21:35:23Z")

</div>

Just to help narrow the problem down, can you try sending through something other than Amazon SES?
