From 8cc8b9d1570d5c2db0625b561a349566297af432 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 15 Apr 2025 21:35:28 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45fec71b..03a23f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # 0.25.5 - 2025-04-15 +This release introduces a new way to send transactional emails using SMTP. Example may include password reset, email confirmation, etc. + +To enable SMTP mailing, you need to set the following environment variables: + +- `SMTP_SERVER` - SMTP server address. +- `SMTP_PORT` - SMTP server port. +- `SMTP_DOMAIN` - SMTP server domain. +- `SMTP_USERNAME` - SMTP server username. +- `SMTP_PASSWORD` - SMTP server password. +- `SMTP_FROM` - Email address to send emails from. + +This is optional feature and is not required for the app to work. + ## Removed - Optional telemetry was removed from the app.