Allow user to create and use message templates as follows:
any message saved in Drafts with Subject starting with
:template: FOOBAR
would be saved as template named FOOBAR. Its text content would be used the template (form letter) for sending messages, allowing python format strings of the form %(FIELDNAME)s
any message saved in Drafts with a first line starting with :respect: FOOBAR would generate a form letter using the template named FOOBAR. Subsequent lines of the form :FIELDNAME: some text... would inject "some text..." into the python format string keyword argument FIELDNAME.
Messages would get sent only when the user approves the final purge/send phase at the command line prompt.
Allow user to create and use message templates as follows:
Messages would get sent only when the user approves the final purge/send phase at the command line prompt.