diff options
Diffstat (limited to 'src/SendGrid/Helpers/Mail/README.md')
-rw-r--r-- | src/SendGrid/Helpers/Mail/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/SendGrid/Helpers/Mail/README.md b/src/SendGrid/Helpers/Mail/README.md new file mode 100644 index 0000000..67c1933 --- /dev/null +++ b/src/SendGrid/Helpers/Mail/README.md @@ -0,0 +1,12 @@ +**This helper allows you to quickly and easily build a Mail object for sending email through SendGrid.** + +# Quick Start + +Run the [Example Project](https://github.com/sendgrid/sendgrid-csharp/tree/master/SendGrid/SendGrid/Helpers/Mail) (make sure you have set your Environment variable to include your SENDGRID_API_KEY). + +Click on the Example project, then click the `Start` button in the menu. + +## Usage + +- See the [example](https://github.com/sendgrid/sendgrid-csharp/tree/master/SendGrid/Example/Example.cs) for a complete working example. +- [Documentation](https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/overview.html)
\ No newline at end of file |