|
dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
|
Public Member Functions | |
| init () | |
| checkEmail ($inAddress) | |
| get_body () | |
| get_header () | |
| set_header ($name, $value) | |
| set_from ($email, $name='') | |
| attachfile ($file, $disp='attachment', $contentType='', $cid='') | |
| getContentType ($inFileName) | |
| bodytext ($text) | |
| bodyhtml ($text) | |
| htmltext ($text) | |
| clear_bodytext () | |
| clear_htmltext () | |
| get_error () | |
| send ($to='root @localhost', $subject='Default Subject', $options=array()) | |
| spam_reason_for_text (string $text) | |
Public Attributes | |
| $errstr = '' | |
| $headers = array() | |
| $textbody = '' | |
| $htmlbody = '' | |
| $attachments = array() | |
| $html_images = array() | |
| $auto_embbed_images = true | |
| $auto_embed_images = true | |
| $boundary = '' | |
| $sendmail_path = '' | |
| $subject = '' | |
| $spam_protection = true | |
Definition at line 6 of file dbxMail.class.php.
| dbxMail::attachfile | ( | $file, | |
| $disp = 'attachment', | |||
| $contentType = '', | |||
| $cid = '' ) |
Definition at line 76 of file dbxMail.class.php.
References getContentType().
| dbxMail::bodyhtml | ( | $text | ) |
Definition at line 131 of file dbxMail.class.php.
| dbxMail::bodytext | ( | $text | ) |
Definition at line 125 of file dbxMail.class.php.
| dbxMail::checkEmail | ( | $inAddress | ) |
Definition at line 41 of file dbxMail.class.php.
| dbxMail::clear_bodytext | ( | ) |
Definition at line 143 of file dbxMail.class.php.
| dbxMail::clear_htmltext | ( | ) |
Definition at line 144 of file dbxMail.class.php.
| dbxMail::get_body | ( | ) |
Definition at line 45 of file dbxMail.class.php.
References $htmlbody.
| dbxMail::get_error | ( | ) |
Definition at line 145 of file dbxMail.class.php.
References $errstr.
| dbxMail::get_header | ( | ) |
Definition at line 49 of file dbxMail.class.php.
| dbxMail::getContentType | ( | $inFileName | ) |
Definition at line 95 of file dbxMail.class.php.
Referenced by attachfile().
| dbxMail::htmltext | ( | $text | ) |
Definition at line 137 of file dbxMail.class.php.
| dbxMail::init | ( | ) |
Definition at line 24 of file dbxMail.class.php.
| dbxMail::send | ( | $to = 'root@localhost', | |
| $subject = 'Default Subject', | |||
| $options = array() ) |
Definition at line 147 of file dbxMail.class.php.
| dbxMail::set_from | ( | $email, | |
| $name = '' ) |
Definition at line 70 of file dbxMail.class.php.
| dbxMail::set_header | ( | $name, | |
| $value ) |
Definition at line 57 of file dbxMail.class.php.
| dbxMail::spam_reason_for_text | ( | string | $text | ) |
Definition at line 586 of file dbxMail.class.php.
References if.
| dbxMail::$attachments = array() |
Definition at line 12 of file dbxMail.class.php.
| dbxMail::$auto_embbed_images = true |
Definition at line 14 of file dbxMail.class.php.
| dbxMail::$auto_embed_images = true |
Definition at line 15 of file dbxMail.class.php.
| dbxMail::$boundary = '' |
Definition at line 16 of file dbxMail.class.php.
| dbxMail::$errstr = '' |
Definition at line 8 of file dbxMail.class.php.
Referenced by get_error().
| dbxMail::$headers = array() |
Definition at line 9 of file dbxMail.class.php.
| dbxMail::$html_images = array() |
Definition at line 13 of file dbxMail.class.php.
| dbxMail::$htmlbody = '' |
Definition at line 11 of file dbxMail.class.php.
Referenced by get_body().
| dbxMail::$sendmail_path = '' |
Definition at line 17 of file dbxMail.class.php.
| dbxMail::$spam_protection = true |
Definition at line 19 of file dbxMail.class.php.
| dbxMail::$subject = '' |
Definition at line 18 of file dbxMail.class.php.
Referenced by send().
| dbxMail::$textbody = '' |
Definition at line 10 of file dbxMail.class.php.