MDeLuise / plant-it

🪴 Self-hosted, open source gardening companion app
https://plant-it.org
GNU General Public License v3.0
686 stars 25 forks source link

SMTP configuration #110

Closed MDeLuise closed 9 months ago

MDeLuise commented 9 months ago

Avoid duplicated feature requests

Description

As discussed in this thread, it would be beneficial to incorporate an SMTP configuration into the project. This feature holds great potential, particularly in user signup processes and enabling future functionality such as email notifications for plant-related tasks.

One key consideration for implementing SMTP is to ensure that it remains optional. Users should have the flexibility to choose whether or not to utilize an SMTP server based on their preferences. This approach allows for seamless integration into various (self) hosting environments and accommodates users who may not require email notifications.

Solution

No response

What are alternatives?

No response

Additional context

No response

MDeLuise commented 9 months ago

Close since implemented in https://github.com/MDeLuise/plant-it/pull/120