From 877201e949b6cf100751ed2c4dafa6159af05951 Mon Sep 17 00:00:00 2001 From: kiasyn Date: Wed, 9 Nov 2022 11:42:28 +1300 Subject: [PATCH] Fix typo "marked a spam" to "marked as spam" --- aspnetcore/security/authentication/accconfirm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/accconfirm.md b/aspnetcore/security/authentication/accconfirm.md index 9b1385f03b..12d97070c2 100644 --- a/aspnetcore/security/authentication/accconfirm.md +++ b/aspnetcore/security/authentication/accconfirm.md @@ -242,7 +242,7 @@ Run the app, select the **Register** link, and register a user. Once registered, ### Configure an email provider -In this tutorial, [SendGrid](https://sendgrid.com) is used to send email. You can use other email providers. We recommend you use SendGrid or another email service to send email. SMTP is difficult to configure so mail is not marked a spam. +In this tutorial, [SendGrid](https://sendgrid.com) is used to send email. You can use other email providers. We recommend you use SendGrid or another email service to send email. SMTP is difficult to configure so mail is not marked as spam. The SendGrid account may require [adding a Sender](https://sendgrid.com/docs/ui/sending-email/senders/).