|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
Collaboration diagram for Noalyss\SMTPMail:Public Member Functions | |
| __construct (Mail_Parameter $mail_parameter) | |
| __toString () | |
| add_file (\FileToSend $filename) | |
| add_supplemental_header () | |
| compose () | |
| getPhpmailer () | |
| mailto ($email) | |
| send () | |
| set_format ($format) | |
| set_from ($from) | |
| set_message ($msg) | |
| set_subject ($subject) | |
| setBlindCopy ($blind_copy) | |
| setPhpmailer ($phpmailer) | |
| setReplyTo ($reply_to) | |
Protected Attributes | |
| $phpmailer | |
Definition at line 35 of file smtpmail.class.php.
| Noalyss\SMTPMail::__construct | ( | Mail_Parameter | $mail_parameter | ) |
| $reply_to | |
| $blind_copy |
Definition at line 44 of file smtpmail.class.php.
| Noalyss\SMTPMail::__toString | ( | ) |
Definition at line 115 of file smtpmail.class.php.
| Noalyss\SMTPMail::add_file | ( | \FileToSend | $filename | ) |
Definition at line 143 of file smtpmail.class.php.
| Noalyss\SMTPMail::add_supplemental_header | ( | ) |
Definition at line 110 of file smtpmail.class.php.
| Noalyss\SMTPMail::compose | ( | ) |
Definition at line 149 of file smtpmail.class.php.
| Noalyss\SMTPMail::getPhpmailer | ( | ) |
Definition at line 67 of file smtpmail.class.php.
| Noalyss\SMTPMail::mailto | ( | ) |
Definition at line 120 of file smtpmail.class.php.
| Noalyss\SMTPMail::send | ( | ) |
Definition at line 155 of file smtpmail.class.php.
References send().
Referenced by send().
Here is the call graph for this function:| Noalyss\SMTPMail::set_format | ( | $format | ) |
Definition at line 81 of file smtpmail.class.php.
| Noalyss\SMTPMail::set_from | ( | $from | ) |
Definition at line 71 of file smtpmail.class.php.
References $from.
| Noalyss\SMTPMail::set_message | ( | $msg | ) |
Definition at line 136 of file smtpmail.class.php.
References $msg.
| Noalyss\SMTPMail::set_subject | ( | $subject | ) |
Definition at line 130 of file smtpmail.class.php.
| Noalyss\SMTPMail::setBlindCopy | ( | $blind_copy | ) |
| mixed | $blind_copy |
Definition at line 95 of file smtpmail.class.php.
| Noalyss\SMTPMail::setPhpmailer | ( | $phpmailer | ) |
Definition at line 75 of file smtpmail.class.php.
References $phpmailer.
| Noalyss\SMTPMail::setReplyTo | ( | $reply_to | ) |
| mixed | $reply_to |
Definition at line 104 of file smtpmail.class.php.
|
protected |
Definition at line 38 of file smtpmail.class.php.
Referenced by setPhpmailer().