Git Product home page Git Product logo

shahedbd / sendgridaspnetcore Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 666 KB

Overview This library allows you to quickly and easily use the SendGrid Web API v3 via C# with .NET. Version 9.X.X+ of this library provides full support for all SendGrid Web API v3 endpoints, including the new v3 /mail/send. We want this library to be community driven, and SendGrid led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create issues and pull requests or simply upvote or comment on existing issues or pull requests. For updates to this library, see our CHANGELOG and releases. Subscribe to email release notifications to receive emails about releases and breaking changes.

License: MIT License

C# 94.69% CSS 3.43% JavaScript 1.88%

sendgridaspnetcore's Introduction

Sendgrid eMail send ASP.NET core Implementations Details

Overview

This library allows you to quickly and easily use the SendGrid Web API v3 via C# with .NET. Version 9.X.X+ of this library provides full support for all SendGrid Web API v3 endpoints, including the new v3 /mail/send.


We want this library to be community driven, and SendGrid led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create issues and pull requests or simply upvote or comment on existing issues or pull requests. For updates to this library, see our CHANGELOG and releases. Subscribe to email release notifications to receive emails about releases and breaking changes.

Nuget

Install-Package SendGrid

Setup Environment Variables using CMD:

  1. Run CMD as administrator
  2. setx SENDGRID_API_KEY "YOUR_API_KEY"

Environment Variable

Get
var apiKey = Environment.GetEnvironmentVariable("SENDGRID_API_KEY");
Set Environment Variable
var setKey = Environment.SetEnvironmentVariable("SENDGRID_API_KEY", "YOUR_API_KEY");

Code Snippet

Code Snippet

Send Mail UI

SendMailUI

Mail Sending

Code Snippet

Sendgrid API Status

Code Snippet

Sendgrid API variable setup using ASP.NET resource file

Email components-resouce files

sendgridaspnetcore's People

Watchers

James Cloos avatar R M Shahidul Islam Shahed avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.