send_email helper for transactional templates #539
Labels
difficulty: hard
fix is hard in difficulty
status: work in progress
Twilio or the community is in the process of implementing
type: community enhancement
feature request not on Twilio's roadmap
Hey guys,
I have been working on transactional templates lately. If I make no mistake there is no
send_email
helper around the use cases here https://github.com/sendgrid/sendgrid-python/blob/3ec799f8a30ab8bc6bbfd794a85fcf4c80af2542/USE_CASES.md#with-mail-helper-class. I think the main benefits would be to abstract out the Email, Content, etc. constructors and just pass strings (and potentially a dict for the substitutions) and differentiate better the optional args from the rest.Would you have any interest on adding that to the helpers? I am keen to propose something if that's of interest.
Cheers,
Matthieu
The text was updated successfully, but these errors were encountered: