Public Member Functions | |
| send () | |
| |
| setTo ($to) | |
| |
| setCc ($cc) | |
| |
| setSubject ($subject) | |
| |
| setText ($text) | |
| |
| setFrom ($from) | |
| |
| setEncoding ($encoding) | |
| |
| getContentType () | |
| setContentType ($contentType) | |
| |
Static Public Member Functions | |
| static | create () |
| |
Private Attributes | |
| $to = null | |
| $cc = null | |
| $text = null | |
| $subject = null | |
| $from = null | |
| $encoding = null | |
| $contentType = null | |
Definition at line 26 of file Mail.class.php.
| static Mail::create | ( | ) | [static] |
| Mail::send | ( | ) |
| Mail::setTo | ( | $ | to | ) |
| Mail::setCc | ( | $ | cc | ) |
| Mail::setSubject | ( | $ | subject | ) |
| Mail::setText | ( | $ | text | ) |
| Mail::setFrom | ( | $ | from | ) |
| Mail::setEncoding | ( | $ | encoding | ) |
| Mail::getContentType | ( | ) |
Definition at line 171 of file Mail.class.php.
| Mail::setContentType | ( | $ | contentType | ) |
Mail::$to = null [private] |
Mail::$cc = null [private] |
Mail::$text = null [private] |
Mail::$subject = null [private] |
Mail::$from = null [private] |
Mail::$encoding = null [private] |
Mail::$contentType = null [private] |
1.5.4