Notifications
These settings are configured in the [notifications] section of your config.toml file.
SMTP Configuration ([notifications.smtp_config])
[notifications.smtp_config])For sending emails, MediaManager uses the SMTP protocol. You can use any SMTP server, like Gmail or SMTP2GO.
smtp_hostHostname of the SMTP server.smtp_portPort of the SMTP server.smtp_userUsername for the SMTP server.smtp_passwordPassword (or app password) for the SMTP server.from_emailFrom-address used when sending emails.use_tlsSet totrueto use TLS for the SMTP connection. Default istrue.
Email Notifications ([notifications.email_notifications])
[notifications.email_notifications])Controls which emails receive notifications.
enabledSet totrueto enable email notifications. Default isfalse.emailsList of email addresses to send notifications to.
Gotify Notifications ([notifications.gotify])
[notifications.gotify])enabledSet totrueto enable Gotify notifications. Default isfalse.api_keyAPI key for Gotify.urlBase URL of your Gotify instance. Do not include a trailing slash.
Ntfy Notifications ([notifications.ntfy])
[notifications.ntfy])enabledSet totrueto enable Ntfy notifications. Default isfalse.urlURL of your ntfy instance plus the topic.
Pushover Notifications ([notifications.pushover])
[notifications.pushover])enabledSet totrueto enable Pushover notifications. Default isfalse.api_keyAPI key for Pushover.userUser key for Pushover.
Example Configuration
Here's a complete example of the notifications section in your config.toml: