mirror of
https://github.com/immich-app/immich
synced 2025-06-10 09:38:27 +00: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>
21 lines
937 B
Markdown
21 lines
937 B
Markdown
# SMTP settings using Gmail
|
|
|
|
This guide walks you through how to get the information you need to set up your Immich instance to send emails using Gmail's SMTP server.
|
|
|
|
## Create an app password
|
|
|
|
From your Google account settings
|
|
|
|
- Add [2-Step Verification](https://support.google.com/accounts/answer/185839) to your Google account (Required)
|
|
- [Create an app password](https://myaccount.google.com/apppasswords).
|
|
|
|
At the end of creating your app passwords, a password will be displayed; save it, it will be used for the password field when setting up the SMTP server in Immich.
|
|
|
|
<img src={require('./img/google-app-password.webp').default} title="Authorised redirect URIs" />
|
|
|
|
## Entering the SMTP credential in Immich
|
|
|
|
Entering your credential in Immich's email notification settings at `Administration -> Settings -> Notification Settings`
|
|
|
|
<img src={require('./img/email-settings.webp').default} width="80%" title="SMTP settings" />
|