Class Email extends System
Inheritance:
- System
/system/libraries/Email.php line 47
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Class Email
Provide methodes to send e-mails.
Methods
- protected compileRecipients(array $arrRecipients)
- public attachFile(string $strFile, string $strMime)
- public attachFileFromString(string $strContent, string $strFilename, string $strMime)
- public replyTo()
- public sendBcc()
- public sendCc()
- public sendTo()
- public __construct() overrides System::__construct()
- public __get(string $strKey)
- public __set(string $strKey, mixed $varValue)
Properties
- protected array $arrFailures
- protected boolean $blnEmbedImages
- protected integer $intPriority
- protected object $objMailer
- protected object $objMessage
- protected string $strCharset
- protected string $strHtml
- protected string $strImageDir
- protected string $strLogFile
- protected string $strSender
- protected string $strSenderName
- protected string $strSubject
- protected string $strText
Add a comment