0
How to create email template for dynamic data using python
I want to create email template using ptyhon which will have few graphs which will vary according to the json data and also I want to show some json data . basically it is a performance report which client will get by the end of the day..Guys Please help me out this ?
Are you using python to generate the html? What exactly do you want the python to do?
I am using python to generate graphs dynamically and then I am converting it into jpg format .My graphs will vary according to the json data so tha'ts why I am using python..and also my email contains lots of images some are static and some are dynamic.So I am facing lots of problem.Please help me out