Class MailAttachModule

MailModule
   |
   +----MailAttachModule

Located in File: Program_Root/mailattach.mod.php


MailAttachModule
 This is a module to send email with an attachment
 

Class Variable Summary
$name
Default Value: ->"MailAttachModule"<-
$id
Default Value: ->MOD_MAILATTACH<-
$attachname
Default Value: ->""<-
$attachment
Default Value: ->""<-
$filename
Default Value: ->""<-
$mimetype
Default Value: ->""<-

Method Summary
MailAttachModule ( )
Constructor
before_action ( )
Before action
send_mail ( $recipient, $from, $subject, $content, $headers )
Send mail routine

Variable Detail

$name



$id



$attachname



$attachment



$filename



$mimetype




Function Detail

MailAttachModule

MailAttachModule ( )

Constructor
 Set options and call the superConstructor

Function Parameters:
Function Info:

before_action

before_action ( )

Before action
 Check if an attachment is added

Function Parameters:
Function Info:

send_mail

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

Send mail routine

Function Parameters:
Function Info: