Update of /cvsroot/openinteract/OpenInteract2/pkg/base/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18574/conf
Modified Files:
action.ini
Log Message:
OIN-190: add 'emailtester' action to ensure email settings (SMTP host, primarily) are correct
Index: action.ini
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base/conf/action.ini,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** action.ini 22 May 2004 01:48:16 -0000 1.4
--- action.ini 19 Oct 2005 03:03:00 -0000 1.5
***************
*** 13,18 ****
listing = READ
[template_only]
class = OpenInteract2::Action::TemplateOnly
task = execute_template
! url_none = yes
\ No newline at end of file
--- 13,28 ----
listing = READ
+ [emailtester]
+ class = OpenInteract2::Action::EmailTester
+ is_secure = yes
+ task_default = show
+ template_source = base::email_tester
+
+ [emailtester security]
+ DEFAULT = WRITE
+
[template_only]
class = OpenInteract2::Action::TemplateOnly
task = execute_template
! url_none = yes
!
|