From the course: ASP.NET Core: Communication Management

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

What are the common emailing services?

What are the common emailing services? - ASP.NET Core Tutorial

From the course: ASP.NET Core: Communication Management

Start my 1-month free trial

What are the common emailing services?

- [Instructor] Some of the common and widely used email services are SendGrid, Mandrill and Mailgun, which are all transactional email services. Transactional emails may also be called triggered emails because they include any email that is triggered by a user's interaction with a web application. For example, order confirmation emails, password reset emails or even welcoming emails, when a user signs up for a new accounts. When users are asked on why they choose one of these services, their opinions vary, but in general, SendGrid is known for being reliable, well-documented, easy to set up, cheap and simple. Mandrill is known for its web hooks, great API, simple installation and client libraries. And Mailgun is known for its quick email integration, easy to set up, extensive APIs, and nice UI. But throughout this course. We are going to use the SendGrid service because SendGrid is the most popular service among dotnet…

Contents