![]() |
PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
|
Public Member Functions | |
| construct () | |
| DefaultSettings () | |
| replaceAccents ($string) | |
| sendmail ($to, $subject, $message, $from=null, $headers=null, $cc=null, $bcc=null, $attachment=null, $text_only_message=null, $content_type=null, $email_priority=null) | |
| ClearSend () | |
| validate ($email_string) | |
Data Fields | |
| $mailsetting | |
| $massmailLimit | |
Contains methods to handle emails appropriate. PHPMailer could also be used.
| ClearSend | ( | ) |
Clears all stored objects to prepare for new email send.
| construct | ( | ) |
| DefaultSettings | ( | ) |
Loads all default PHPDevShell mail settings as defined in general settings for easy and quick sending.
| replaceAccents | ( | $ | string | ) |
Replaces accents with plain text for a given string.
| string | $string |
| sendmail | ( | $ | to, |
| $ | subject, | ||
| $ | message, | ||
| $ | from = null, |
||
| $ | headers = null, |
||
| $ | cc = null, |
||
| $ | bcc = null, |
||
| $ | attachment = null, |
||
| $ | text_only_message = null, |
||
| $ | content_type = null, |
||
| $ | email_priority = null |
||
| ) |
Simple linear email sending method. Use sendnow to send more advanced emails.
| string | $to | |
| string | $subject | |
| string | $message | |
| string | $from | |
| string | $headers | |
| string | $cc | |
| string | $bcc | |
| string | $attachment | |
| string | $text_only_message | |
| string | $content_type | |
| integer | $email_priority |
| validate | ( | $ | email_string | ) |
Validates email address.
| string | Email address. |
| $mailsetting |
| $massmailLimit |