Skip to content

Conversation

@fvandillen
Copy link
Contributor

This adds support for SendGrid's dynamic transactional templates (https://sendgrid.com/docs/ui/sending-email/how-to-send-an-email-with-dynamic-transactional-templates/).

This was done by adding a new interface for the SendGridSender (ISendGridSender), which inherits from ISender. Using the extension method IFluentEmail.SendWithTemplateAsync, you can now send messages using a transactional template. This is done by supplying the template ID and optional dynamic template data.

@lukencode lukencode merged commit 06d385b into lukencode:master Mar 17, 2022
@fvandillen fvandillen deleted the sendgrid-template-extension branch March 18, 2022 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants