File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
ExampleNet45ASPNetProject Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
16161 . Open SendGrid.ASPSamples.sln
17172 . 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!
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments