What are your thoughts on an email service that developers can easily create drag and drop templates, and specify their own data model to send emails?
It would work like this create your template then add your properties to make it flexible depending on the data supplied. Then on saving it generates the ajax code necessary to generate the email template that you can manipulate to test and see how the email would look for different values then all you would need is to make the API post request in your code to compile and send out that email.
What are your thoughts?
this was actually a good idea but someone on here seems to have beat me to the punch