Email settings not in program

When i look into the program, my email settings are not filled in…
But they are correct in the ENV file.

When i enter them into the settings and save, i get ERROR 500.

Koen

Hi,

The .env settings apply to all companies, you can configure per-company email settings in the app.

Are there details about the 500 error in storage/logs?

Yes,

[2024-10-06 19:35:02] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘smtp_host’ in ‘field list’ (Connection: mysql, SQL: update companies set convert_products = 0, `f…

Try running: php artisan migrate

That did the job…
Thanks Hillel…

Glad to hear it, thanks for the update!