Test email sends, but newly created users do not receive invite email

Hi @LeRocque ,

according to the healthcheck, you have the SMTP settings defined in env variable.

Although this is also supported, maybe you could try setting the SMTP settings under the Email server section.

Also you said you accessed to the email_queue in DB. Do you see any error messages in the error column?

select id, email, template, error,sent, locked, send_tries from email_queue\G