alexgaribay / sendgrid_elixir

Create and send composable emails with Elixir and SendGrid.
MIT License
86 stars 44 forks source link

Merging Template support from solace club fork. #42

Closed noizu closed 1 year ago

noizu commented 3 years ago

This branch adds Template and Template Version support to Sendgrid as I use this feature to dynamically bind variables in a different open source library.

I don't expect you to accept this pull request but wanted a head up on any preferences you have before I make my final pull request.

I still need to add support to distinguish between legacy and dynamic templates as this feature was added after I originally made these changes on a different fork..