oakestra / dashboard

General-purpose web UI for the Oakestra Framework
Apache License 2.0
0 stars 4 forks source link

Add SMTP server configuration fields in the admin frontend #23

Closed danimair9 closed 1 year ago

danimair9 commented 1 year ago

Description:

Currently, we do not have any way to configure an SMTP server in the admin frontend to send email notifications. Therefore, we need to add fields so that the admin can configure a SMTP server.

The following fields need to be added:

The entered information should be stored in the database for later access. Maybe add new collections and store settings-related data.

Steps to implement: