Hi,
Using version 6.1, I can already create templates and send adding a button to send emails. The problem is to link the server action with the template.
I have seen some server actions of automated e-mails:
object.edi_export_and_email(template_ext_id='sale.email_template_edi_sale', context=context)
But I have no idea how te create a template and link it to an activity in a workflow.