ASP.NET Core: Communication Management

ASP.NET Core: Communication Management

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 20m | 228 MB

Are you looking to add an email service to your ASP.NET Core application in order to send, receive, and even track emails? In this course, instructor Ervis Trupja shows you how, explaining how to use services such as SendGrid, a reliable cloud-based email service, to send and track emails and help build your business. Discover why it’s important to use email services in your app, as well as why sending regular emails to customers can help you grow your business. Discover how to set up a SendGrid development environment and start sending emails and attachments to recipients. Learn how to set up event webhooks in SendGrid, create an API endpoint in an ASP.NET Core application, and use it to update the email status in real time. Plus, get insights on how to construct a dashboard to get insights on your email activity.

Table of Contents

Introduction
1 Managing your communications with ASP.NET Core
2 What you should know

Getting Started with Mailing Services
3 What is an email service
4 Why use an email service
5 What are the common emailing services

SendGrid Integration with ASP.NET Core
6 Set up a SendGrid account
7 Set up a SendGrid development environment
8 Send an email to a single receipt using SendGrid
9 Challenge Send an email to multiple receipts using SendGrid
10 Solution Send an email to multiple receipts using SendGrid
11 Send an attachment using SendGrid

Real-Time Email Activity Dashboard Using Webhooks
12 What is a webhook
13 Setting up ngrok
14 Adding an event webhook in ASP.NET Core
15 Update email status on webhook event
16 SendGrid communication dashboard

Conclusion
17 Where to go next