mirror of
https://github.com/immich-app/immich.git
synced 2025-06-17 04:24:33 -04:00
* wip: Install * wip: sharing * wip: features * wip: features * wip: tags and folder view * update links * fix: broken reference to page sections * pr feedback * Update docs/docs/overview/comparison.md Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> * webp * webp is glory * webp is glory --------- Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
# Email Notifications
|
|
|
|
Immich supports the option to send notifications via Email for the following events:
|
|
|
|
- Creating a new user
|
|
- Notifying a user when they get added to a shared album
|
|
- Informing other users about the addition of new assets to a shared album
|
|
|
|
## SMTP settings
|
|
|
|
You can access the settings panel from the web at `Administration -> Settings -> Notification settings`.
|
|
|
|
Under Email, enter the required details to connect with an SMTP server.
|
|
|
|
You can use [this guide](/docs/guides/smtp-gmail) to use Gmail's SMTP server.
|
|
|
|
## User's notifications settings
|
|
|
|
Users can manage their email notification settings from their account settings page on the web. They can choose to turn email notifications on or off for the following events:
|
|
|
|
<img src={require('./img/user-notifications-settings.webp').default} width="80%" title="User notification settings" />
|
|
|
|
## Notification templates
|
|
|
|
You can override the default notification text with custom templates in HTML format. You can use tags to show dynamic tags in your templates.
|
|
|
|
<img src={require('./img/user-notifications-templates.webp').default} width="80%" title="User notification templates" />
|