https://github.com/connerkt/clarity-ventures-assessment
https://github.com/connerkt/clarity-ventures-assessment
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/connerkt/clarity-ventures-assessment
- Owner: ConnerKT
- Created: 2024-07-26T06:06:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:29:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T04:33:54.587Z (over 1 year ago)
- Language: C#
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clarity-ventures-assessment
Add packages to your Library to send the Emails
dotnet add package Microsoft.Extensions.Configuration
dotnet add package Sendgrid
dotnet add package Microsoft.AspNetCore.Identity
## For Api
In Sendgrid, create your trial account and create an API Key. Then add your SendGrid API key to your appsettings.json file
"SendGrid": { "SecretKey": "" }
[Docs](https://www.twilio.com/docs/sendgrid/for-developers/sending-email/email-api-quickstart-for-c)