MailModule | +----MailAttachModule
Located in File: Program_Root/mailattach.mod.php
This is a module to send email with an attachment
ModulesHerman SuijsCMailfile| Class Variable Summary |
$name
Default Value:
|
$id
Default Value:
|
$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 |
| Function Detail |
MailAttachModule ( )
ConstructorSet options and call the superConstructor
before_action ( )
Before actionCheck if an attachment is added
send_mail ( $recipient, $from, $subject, $content, $headers )
Send mail routine