Class MailModule

Module
   |
   +----MailModule

Located in File: Program_Root/mail.mod.php


MailModule This module takes care of sending the mail.
 to extend the mail feature, just extend this module and overwrite the
 send_mail method
 

Class Variable Summary
$name
Default Value: ->"MailModule"<-
$id
Default Value: ->MOD_MAIL<-
$execlevel
Default Value: ->22<-

Method Summary
MailModule ( )
Constructor
before_action ( )
Before action
send_mail ( $recipient, $from, $subject, $content, $headers )
Send mail routine
do_action ( )
Do action
after_action ( )
After action

Variable Detail

$name



$id



$execlevel




Function Detail

MailModule

MailModule ( )

Constructor
 Set options and call the superConstructor

Function Parameters:
Function Info:

before_action

before_action ( )

Before action
 Check options

Function Parameters:
Function Info:

send_mail

send_mail ( $recipient, $from, $subject, $content, $headers )

Send mail routine

Function Parameters:
Function Info:

do_action

do_action ( )

Do action
 Call send mail routine

Function Parameters:
Function Info:

after_action

after_action ( )

After action
 Cleanup

Function Parameters:
Function Info: