diff --git a/docs/docs/administration/email-notification.mdx b/docs/docs/administration/email-notification.mdx index 0da132161f..6273d03b08 100644 --- a/docs/docs/administration/email-notification.mdx +++ b/docs/docs/administration/email-notification.mdx @@ -14,6 +14,8 @@ Under Email, enter the required details to connect with an SMTP server. You can use [this guide](/guides/smtp-gmail) to use Gmail's SMTP server. +You can use [this guide](/guides/smtp-microsoft365) to use Microsoft'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: diff --git a/docs/docs/guides/img/email-ms-settings.webp b/docs/docs/guides/img/email-ms-settings.webp new file mode 100644 index 0000000000..467e3712b0 Binary files /dev/null and b/docs/docs/guides/img/email-ms-settings.webp differ diff --git a/docs/docs/guides/smtp-microsoft365.md b/docs/docs/guides/smtp-microsoft365.md new file mode 100644 index 0000000000..2ba78a4e18 --- /dev/null +++ b/docs/docs/guides/smtp-microsoft365.md @@ -0,0 +1,19 @@ +# SMTP settings using Microsoft 365 + +This guide walks you through how to get the information you need to set up your Immich instance to send emails using Microsoft's SMTP server. + +## Create an app password + +You will need to generate an app password to use your Microsoft email in Immich. Depending on if you have a personal or business account, you can use https://go.microsoft.com/fwlink/?linkid=2274139 or https://myaccount.microsoft.com/securtiy-info respectively. + +## Entering the SMTP credential in Immich + +Entering your credential in Immich's email notification settings at `Administration -> Settings -> Notification Settings` + +Host: smtp-mail.outlook.com +Port: 587 +username: your mail address +Password: app password you created earlier +SMTPS: set it to disabled + +