Class MailTemplateModule

TemplateModule
   |
   +----MailTemplateModule

Located in File: Program_Root/mailtemplate.mod.php


MailTemplateModule
 This module uses a template to construct the content of the mail that is
 being sent to the owner of the form.
 

Class Variable Summary
$name
Default Value: ->"MailTemplateModule"<-
$id
Default Value: ->MOD_MAILTEMPLATE<-
$execlevel
Default Value: ->19<-
$templateID
Default Value: ->"mailtemplate"<-

Method Summary
MailTemplateModule ( )
Constructor
do_action ( )
Do action

Variable Detail

$name



$id



$execlevel



$templateID




Function Detail

MailTemplateModule

MailTemplateModule ( )

Constructor
 Set options and call the superConstructor

Function Parameters:
Function Info:

do_action

do_action ( )

Do action
 Get the variables, parse the template and put the content back in the
 FormHandler
 
Function Parameters:
Function Info:
See - form-handler