Emails not sending but test works

Installed IN using Docker:
image: invoiceninja/invoiceninja:5

Everything is configured and “Send Test Email” works

No other emails are being delivered.

It appears the task scheduler is working and running every 60 secs:

app-1     |    INFO  No scheduled commands are ready to run.
app-1     |
app-1     |    INFO  No scheduled commands are ready to run.
app-1     |
app-1     |   2024-06-13 01:00:00 Running [queue-size-job] ..................... 15ms DONE
app-1     |   2024-06-13 01:00:00 Running [reminder-job] ........................ 2ms DONE
app-1     |   2024-06-13 01:00:00 Running [recurring-invoice-job] .............. 15ms DONE
app-1     |   2024-06-13 01:00:00 Running [Callback] ............................ 3ms DONE
app-1     |
app-1     |   2024-06-13 01:00:02 App\Jobs\Ninja\QueueSize ....................... RUNNING
app-1     |   2024-06-13 01:00:02 App\Jobs\Ninja\QueueSize ................... 8.21ms DONE
app-1     |   2024-06-13 01:00:02 App\Jobs\Util\ReminderJob ...................... RUNNING
app-1     |   2024-06-13 01:00:02 App\Jobs\Util\ReminderJob ................. 10.26ms DONE
app-1     |    INFO  No scheduled commands are ready to run.
app-1     |
app-1     |    INFO  No scheduled commands are ready to run.
app-1     |
app-1     |    INFO  No scheduled commands are ready to run.
app-1     |
app-1     |   2024-06-13 01:00:00 Running [queue-size-job] ..................... 15ms DONE
app-1     |   2024-06-13 01:00:00 Running [reminder-job] ........................ 2ms DONE
app-1     |   2024-06-13 01:00:00 Running [recurring-invoice-job] .............. 15ms DONE
app-1     |   2024-06-13 01:00:00 Running [Callback] ............................ 3ms DONE
app-1     |
app-1     |   2024-06-13 01:00:02 App\Jobs\Ninja\QueueSize ....................... RUNNING
app-1     |   2024-06-13 01:00:02 App\Jobs\Ninja\QueueSize ................... 8.21ms DONE
app-1     |   2024-06-13 01:00:02 App\Jobs\Util\ReminderJob ...................... RUNNING
app-1     |   2024-06-13 01:00:02 App\Jobs\Util\ReminderJob ................. 10.26ms DONE
app-1     |    INFO  No scheduled commands are ready to run.
app-1     |    INFO  No scheduled commands are ready to run.
app-1     |
app-1     |    INFO  No scheduled commands are ready to run.
app-1     |
app-1     |    INFO  No scheduled commands are ready to run.
app-1     |
app-1     |   2024-06-13 01:05:00 Running [queue-size-job] ..................... 18ms DONE
app-1     |   2024-06-13 01:05:00 Running [Callback] ........................... 12ms DONE
app-1     |
app-1     |   2024-06-13 01:05:02 App\Jobs\Ninja\QueueSize ....................... RUNNING
app-1     |   2024-06-13 01:05:02 App\Jobs\Ninja\QueueSize ................... 7.46ms DONE

Hi,

What do you see when running php -v?

Got it working:

  1. Kept the settings in the env file
  2. set MAIL_MAILER to smtp not log

All working thanks.