Package: collective - EmailTool
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | EmailTool |
| Files Page: | |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/EmailTool/ |
Package README (CVS ver. 1.1.1.1)
Send Email from a ZPT using a propsheet to config the thing.
Usage:
goto email tool
add recipe
goto props tab
fill in some stuff
you can invoke the recipe as a form action now
(see testEmail.pt in the skins path)
or you can just call the email_tool as is shown in the tests
(see tests/* or mailTest.py in the skins path)
The ZPT will be evaluated from recipes with a context as follows:
headers = {'To', 'From', 'Subject'}
request = REQUEST
Any props in the recipe get added
-Ben Saller <bcsaller@ideasuite.com>