sendgrid / email-templates

A repository of common email templates to use and modify to your heart's content.
https://sendgrid.com
MIT License
818 stars 987 forks source link

How to obtain the subject dynamically? #79

Open cdiaz opened 5 years ago

cdiaz commented 5 years ago

How to obtain the subject dynamically?

austinrutledge0 commented 5 years ago

Set the subject line in your backend code. Here is a tutorial on how to do it in C#.

https://sendgrid.com/docs/for-developers/sending-email/v2-csharp-code-example/