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:
SMTP server address
SMTP port
SMTP username
SMTP password
Use SSL (Yes/No)
The entered information should be stored in the database for later access. Maybe add new collections and store settings-related data.
Steps to implement:
[ ] Add the fields mentioned above in the admin view.
[ ] Create a function that validates the inputs and saves the data in the database.
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: