Skip to content

Commit 8dfc99e

Browse files
Adding ASP.NET Example
1 parent 2a31367 commit 8dfc99e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

ExampleNet45ASPNetProject/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Sendgrid .net library provide an easy way to send emails. This application shows integration with asp.net application. **
1+
**The SendGrid C# .NET library provide an easy way to send emails. This example application shows how to integrate with an ASP.NET application. **
22

33
# Installation
44

@@ -15,8 +15,11 @@ Update the development Environment with your SENDGRID_API_KEY.
1515

1616
1. Open SendGrid.ASPSamples.sln
1717
2. Build the solution and run the project
18-
3. Project is configured to email sending web page.
1918

20-
##Happy coding
19+
You may need to download the latest Nuget executable and run `nuget.exe restore`
2120

21+
3. When you run the project, a web form will launch in your browser that will send an email.
2222

23+
## Happy coding
24+
25+
Big thanks to [paritosh baghel](paritosh baghel) for contributing this example code!

ExampleNet45ASPNetProject/SendGrid.ASPSamples/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
3737
<package id="Owin" version="1.0" targetFramework="net452" />
3838
<package id="Respond" version="1.2.0" targetFramework="net452" />
39-
<package id="Sendgrid" version="9.1.1" targetFramework="net452" />
39+
<package id="Sendgrid" version="9" targetFramework="net452" />
4040
<package id="System.Net.Http" version="4.0.0" targetFramework="net452" />
4141
<package id="WebGrease" version="1.5.2" targetFramework="net452" />
4242
</packages>

0 commit comments

Comments
 (0)