dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
dbxMail Class Reference
Inheritance diagram for dbxMail:
myMail

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

Detailed Description

Definition at line 6 of file dbxMail.class.php.

Member Function Documentation

◆ attachfile()

dbxMail::attachfile ( $file,
$disp = 'attachment',
$contentType = '',
$cid = '' )

Definition at line 76 of file dbxMail.class.php.

References getContentType().

◆ bodyhtml()

dbxMail::bodyhtml ( $text)

Definition at line 131 of file dbxMail.class.php.

◆ bodytext()

dbxMail::bodytext ( $text)

Definition at line 125 of file dbxMail.class.php.

◆ checkEmail()

dbxMail::checkEmail ( $inAddress)

Definition at line 41 of file dbxMail.class.php.

◆ clear_bodytext()

dbxMail::clear_bodytext ( )

Definition at line 143 of file dbxMail.class.php.

◆ clear_htmltext()

dbxMail::clear_htmltext ( )

Definition at line 144 of file dbxMail.class.php.

◆ get_body()

dbxMail::get_body ( )

Definition at line 45 of file dbxMail.class.php.

References $htmlbody.

◆ get_error()

dbxMail::get_error ( )

Definition at line 145 of file dbxMail.class.php.

References $errstr.

◆ get_header()

dbxMail::get_header ( )

Definition at line 49 of file dbxMail.class.php.

◆ getContentType()

dbxMail::getContentType ( $inFileName)

Definition at line 95 of file dbxMail.class.php.

Referenced by attachfile().

◆ htmltext()

dbxMail::htmltext ( $text)

Definition at line 137 of file dbxMail.class.php.

◆ init()

dbxMail::init ( )

Definition at line 24 of file dbxMail.class.php.

◆ send()

dbxMail::send ( $to = 'root@localhost',
$subject = 'Default Subject',
$options = array() )

Definition at line 147 of file dbxMail.class.php.

References $config, and $subject.

◆ set_from()

dbxMail::set_from ( $email,
$name = '' )

Definition at line 70 of file dbxMail.class.php.

◆ set_header()

dbxMail::set_header ( $name,
$value )

Definition at line 57 of file dbxMail.class.php.

◆ spam_reason_for_text()

dbxMail::spam_reason_for_text ( string $text)

Definition at line 586 of file dbxMail.class.php.

References if.

Member Data Documentation

◆ $attachments

dbxMail::$attachments = array()

Definition at line 12 of file dbxMail.class.php.

◆ $auto_embbed_images

dbxMail::$auto_embbed_images = true

Definition at line 14 of file dbxMail.class.php.

◆ $auto_embed_images

dbxMail::$auto_embed_images = true

Definition at line 15 of file dbxMail.class.php.

◆ $boundary

dbxMail::$boundary = ''

Definition at line 16 of file dbxMail.class.php.

◆ $errstr

dbxMail::$errstr = ''

Definition at line 8 of file dbxMail.class.php.

Referenced by get_error().

◆ $headers

dbxMail::$headers = array()

Definition at line 9 of file dbxMail.class.php.

◆ $html_images

dbxMail::$html_images = array()

Definition at line 13 of file dbxMail.class.php.

◆ $htmlbody

dbxMail::$htmlbody = ''

Definition at line 11 of file dbxMail.class.php.

Referenced by get_body().

◆ $sendmail_path

dbxMail::$sendmail_path = ''

Definition at line 17 of file dbxMail.class.php.

◆ $spam_protection

dbxMail::$spam_protection = true

Definition at line 19 of file dbxMail.class.php.

◆ $subject

dbxMail::$subject = ''

Definition at line 18 of file dbxMail.class.php.

Referenced by send().

◆ $textbody

dbxMail::$textbody = ''

Definition at line 10 of file dbxMail.class.php.


The documentation for this class was generated from the following file: