diff --git a/docs/how-tos/receive-notification.md b/docs/how-tos/receive-notification.md index 9735fed..f17ed9f 100644 --- a/docs/how-tos/receive-notification.md +++ b/docs/how-tos/receive-notification.md @@ -27,7 +27,8 @@ services: - MAIL_PORT=587 - MAIL_USERNAME= - MAIL_PASSWORD=! - - MAIL_FROM= + - MAIL_FROM=Backup Jobs + ## Multiple recipients separated by a comma - MAIL_TO=me@example.com,team@example.com,manager@example.com - MAIL_SKIP_TLS=false ## Time format for notification @@ -93,13 +94,6 @@ Here is a list of all data passed to the template: ```html - - - - - ✅ Database Backup Notification – {{.Database}} - -

Hi,

Backup of the {{.Database}} database has been successfully completed on {{.EndTime}}.

Backup Details:

@@ -113,8 +107,6 @@ Here is a list of all data passed to the template:
  • Backup Reference: {{.BackupReference}}
  • Best regards,

    - - ``` > telegram.template