Trying to troubleshoot email

Trying to set up mail from a self hosted instance.

I’ve set up an Gmail app password, loaded that in the docker config.
I test sending an invoice to a test account (a different gmail account)

In the docker logs I see… Then I don’t see anything else in the logs on GUI nor do I see an email sent. I’m not sure what I’m missing. Any suggestions?

  2023-07-09 19:08:40 App\Services\Email\Email ....................... RUNNING
  2023-07-09 19:08:42 App\Services\Email\Email2023-07-09 15:08:42,610 INFO reaped unknown pid 319 (exit status 0)
2023-07-09 15:08:42,610 INFO reaped unknown pid 320 (exit status 0)
 ............... 1,794.27ms DONE
  2023-07-09 19:08:42 App\Listeners\Mail\MailSentListener ............ RUNNING
  2023-07-09 19:08:42 App\Listeners\Mail\MailSentListener ....... 54.37ms DONE
  2023-07-09 19:08:44 App\Listeners\Invoice\InvoiceEmailActivity ..... RUNNING
  2023-07-09 19:08:44 App\Listeners\Invoice\InvoiceEmailActivity  14.14ms DONE
  2023-07-09 19:08:48 App\Listeners\Invoice\InvoiceEmailedNotification  RUNNING
  2023-07-09 19:08:48 App\Listeners\Invoice\InvoiceEmailedNotification  13.41ms DONE
   INFO  No scheduled commands are ready to run.

EDIT: Never mind, looks like in the docker config I still had ‘log’ instead of smtp

Changed to smtp, and all is good.

Glad to hear it’s working, thanks for the update!