From 74e1cdaf0d7aa8cd2c2d567400437066a9921446 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 26 Oct 2018 18:37:28 -1000 Subject: [PATCH] =?UTF-8?q?Update=20create-an-aspnet-mvc-5-web-app-with-em?= =?UTF-8?q?ail-confirmation-and-pas=E2=80=A6=20(#9235)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #6268 [Review URL](https://review.docs.microsoft.com/en-us/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset?branch=pr-en-us-9235#hook-up-sendgrid) --- ...-mvc-5-web-app-with-email-confirmation-and-password-reset.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md b/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md index 89dfcbc51b..773367ed6b 100644 --- a/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md +++ b/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md @@ -51,6 +51,8 @@ You generally want to prevent new users from posting any data to your web site b ## Hook up SendGrid +The instructions in this section are not current. See [Configure SendGrid email provider](/aspnet/core/security/authentication/accconfirm#configure-email-provider) for updated instructions. + Although this tutorial only shows how to add email notification through [SendGrid](http://sendgrid.com/), you can send email using SMTP and other mechanisms (see [additional resources](#addRes)). 1. In the Package Manager Console, enter the following command: