SendGrid set up link

pull/474/head
riande@microsoft.com 2015-09-30 14:32:33 -07:00
parent 99819a752d
commit dc5ee00ff0
1 changed files with 7 additions and 4 deletions

View File

@ -102,10 +102,13 @@ Configure the ``AuthMessageSender`` class
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This tutorial shows how to add email notification through `SendGrid <https://sendgrid.com/>`_, but you can send email using SMTP and other mechanisms.
- Install the SendGrid NuGet package. From the Package Manager Console, enter the following the following command:
``Install-Package SendGrid``
- Go to the `Azure SendGrid sign up page <http://azure.microsoft.com/en-us/marketplace/partners/sendgrid/sendgrid-azure/>`_ and register for a free SendGrid account.
- Add code in *Services/MessageServices.cs* similar to the following to configure SendGrid
- Install the SendGrid NuGet package. From the Package Manager Console, enter the following the following command:
``Install-Package SendGrid``
- Follow the instructions `Create a SendGrid account <https://azure.microsoft.com/en-us/documentation/articles/sendgrid-dotnet-how-to-send-email/#create-a-sendgrid-account>`_ to register for a free SendGrid account.
- Add code in *Services/MessageServices.cs* similar to the following to configure SendGrid
.. literalinclude:: accconfirm/sample/WebApplication1/src/WebApplication1/Services/MessageServices.cs
:language: c#