File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,14 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
2626
2727# Installation
2828
29- ## Setup Environment Variables
29+ ## Prerequisites
30+
31+ - .NET version 4.5.2
32+ - The SendGrid service, starting at the [ free level] ( https://sendgrid.com/free?source=sendgrid-csharp )
3033
31- First, get your free SendGrid account [ here ] ( https://sendgrid.com/free?source=sendgrid-csharp ) .
34+ ## Setup Environment Variables
3235
33- Next, update your Environment (user space) with your [ SENDGRID_API_KEY] ( https://app.sendgrid.com/settings/api_keys ) .
36+ Update your Environment (user space) with your [ SENDGRID_API_KEY] ( https://app.sendgrid.com/settings/api_keys ) .
3437
3538## Install Package
3639
@@ -53,8 +56,8 @@ using SendGrid.Helpers.Mail; // Include if you want to use the Mail Helper
5356
5457## Dependencies
5558
56- - The SendGrid Service, starting at the [ free level] ( https://sendgrid.com/free?source=sendgrid-csharp ) )
5759- [ SendGrid.CSharp.HTTP.Client] ( https://github.com/sendgrid/csharp-http-client )
60+ - [ Newtonsoft.Json] ( http://www.newtonsoft.com/json )
5861
5962# Quick Start
6063
You can’t perform that action at this time.
0 commit comments