From 7140f5e2401a40d833e7dc06792f64c933f4b415 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 7 Aug 2024 18:00:17 +0200 Subject: [PATCH] Update 002_notifications.md --- documentation/docs/admin/002_notifications.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/documentation/docs/admin/002_notifications.md b/documentation/docs/admin/002_notifications.md index dc790daf..ead586bd 100644 --- a/documentation/docs/admin/002_notifications.md +++ b/documentation/docs/admin/002_notifications.md @@ -88,9 +88,13 @@ If system is running out of disk space: To receive email alerts, simply add your email address to the 'Email for notifications' field or leave it empty to disable email alerts. -If enabled, OpenPanel will send email alerts by default from noreply@openpanel.co -To configure your own smtp for email delivery, you need to update values: +![screenshot](https://i.postimg.cc/1905w5JZ/image.png) + + +If enabled, by default OpenPanel will send email alerts from noreply@openpanel.co + +To configure your own SMTP for email delivery, you need to update values: - mail_server - your domain or ip where email is hosted - mail_port - outgoing smtp port (default is 465) @@ -125,4 +129,9 @@ opencli config update mail_default_sender stefan@example.net ``` +### Daily Usage Reports + +If email alerts are enabled, you will also receive Usage Reports: + +![image](https://i.postimg.cc/L8ZJptHV/daily-email-reports.png)