Update create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-pas… (#9235)
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)pull/9265/head^2
parent
b6ba3d220c
commit
74e1cdaf0d
|
@ -51,6 +51,8 @@ You generally want to prevent new users from posting any data to your web site b
|
||||||
<a id="SG"></a>
|
<a id="SG"></a>
|
||||||
## Hook up SendGrid
|
## 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)).
|
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:
|
1. In the Package Manager Console, enter the following command:
|
||||||
|
|
Loading…
Reference in New Issue