This module allows you to send emails using SendGrid service.
1.5.1
Messaging
This module has no dependencies.
Name | SendGrid (OrchardCoreContrib.Email.SendGrid ) |
Description | Allow you to send email(s) via SendGrid service. |
Dependencies |
Name | Version |
---|---|
OrchardCoreContrib.Email.SendGrid |
1.6.0 |
OrchardCoreContrib.Email.SendGrid |
1.5.1 |
OrchardCoreContrib.Email.SendGrid |
1.5.0 |
OrchardCoreContrib.Email.SendGrid |
1.4.0 |
OrchardCoreContrib.Email.SendGrid |
1.3.0 |
OrchardCoreContrib.Email.SendGrid |
1.2.0 |
OrchardCoreContrib.Email.SendGrid |
1.1.0 |
OrchardCoreContrib.Email.SendGrid |
1.0.0 |
- Install the
OrchardCoreContrib.Email.SendGrid
NuGet package to your Orchard Core host project. - Go to the admin site
- Select Configuration -> Features menu.
- Enable the
SendGrid
feature. - Configure the SendGrid settings by selecting Configuration -> Settings -> SendGrid menu.
- Go to the admin site
- Select Configuration -> Features menu.
- Enable the
HealthChecks
feature. - Navigate to
/{tenant}/health/sendgrid
, now you will be able to check whether the SendGrid service with the supplied settings is healthy or not.