Hello,
I am trying to implement a system where I can sign, using GPG, documents generated from within Zope, email these documents out of Zope.
 
So for example, I have a form, into which I fill some information, when I  press Send, the data within this form is signed and emailed.
 
I can generate the document and put the content in a temp file outside Zope and then using a cron job, the contents are mailed out.
 
Has anyone done something like this before or would this be the best way to do it, or should I just keep it outside Zope?
 
Any help will be much appreciated.
 
Thanks