diff --git a/documentation/docs/changelog/0.2.0.md b/documentation/docs/changelog/0.2.0.md index 954b8fc4..84b9cc4f 100644 --- a/documentation/docs/changelog/0.2.0.md +++ b/documentation/docs/changelog/0.2.0.md @@ -12,6 +12,7 @@ Not yet released. - [Support for Debian12](https://openpanel.co/blog/openpanel-supports-debian12/) - [SWAP Usage notification and cleanup](#swap-notifications) - [Email Templates for OpenAdmin Notifications](#email-template) +- [Email address can be added to receive login information](#install-email) ### 🐛 Bug fixes - Fixed 500 error on `/pm2` when installing Python application. @@ -51,6 +52,8 @@ All queries from OpenPanel and OpenAdmin interfaces are now optimized, ensuring + + ### Email Template OpenAdmin Notifications now use a custom email template: @@ -69,3 +72,10 @@ Template can be customized by the Administrator by editing: `/usr/local/admin/te +### Install email + +Custom email address can now be set when installing OpenPanel using the `--email=` flag. If set, after the installation process, this email address will receive an email containing the OpenAdmin login information: + +![install email screenshot](https://i.postimg.cc/dvvVD9VS/image.png) + +