Module | +----MailModule
Located in File: Program_Root/mail.mod.php
to extend the mail feature, just extend this module and overwrite the send_mail method
ModulesHerman Suijs| Class Variable Summary |
$name
Default Value:
|
$id
Default Value:
|
$execlevel
Default Value:
|
| 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 |
| Function Detail |
MailModule ( )
ConstructorSet options and call the superConstructor
before_action ( )
Before actionCheck options
send_mail ( $recipient, $from, $subject, $content, $headers )
Send mail routinedo_action ( )
Do actionCall send mail routine
after_action ( )
After actionCleanup