|
OpenSencillo
2016.106
Long live the simplicity of PHP
|
Public Member Functions | |
| to ($to) | |
| from ($from) | |
| subject ($subject) | |
| html ($bool=true) | |
| text ($bool=true) | |
| body ($content) | |
| send () | |
| compile () | |
Protected Attributes | |
| $head | |
| $body | |
| $from | |
| $to | |
| $charset ='UTF-8' | |
| $ctype ='text/html' | |
| $subject | |
Definition at line 11 of file mail.generator.mailgen.php.
| body | ( | $content | ) |
Message content
| string | $content | only one line |
Definition at line 98 of file mail.generator.mailgen.php.
| compile | ( | ) |
Compile mail but not send mail
Definition at line 124 of file mail.generator.mailgen.php.
| from | ( | $from | ) |
| html | ( | $bool = true | ) |
| send | ( | ) |
| subject | ( | $subject | ) |
| text | ( | $bool = true | ) |
| to | ( | $to | ) |