|  | 
|  | __construct ($sSubject, $oContent=null, $bIsHtml=false) | 
|  | 
|  | setCharset ($sCharset) | 
|  | 
|  | getCharset () | 
|  | 
|  | setTemplate ($oContent) | 
|  | 
|  | getTemplate () | 
|  | 
|  | setRecipients ($aRecipients) | 
|  | 
|  | getRecipients () | 
|  | 
|  | setCarbonCopyRecipients ($aCarbonCopyRecipients) | 
|  | 
|  | getCarbonCopyRecipients () | 
|  | 
|  | setBlindCarbonCopyRecipients ($aBlindCarbonCopyRecipients) | 
|  | 
|  | getBlindCarbonCopyRecipients () | 
|  | 
|  | addRecipient ($sAddress, $sName=null) | 
|  | 
|  | addCarbonCopyRecipient ($sAddress, $sName=null) | 
|  | 
|  | addBlindCarbonCopyRecipient ($sAddress, $sName=null) | 
|  | 
|  | setSender ($sSenderName, $sSenderAddress) | 
|  | 
|  | getSender () | 
|  | 
|  | setReplyTo ($sReplyTo) | 
|  | 
|  | getReplyTo () | 
|  | 
|  | send () | 
|  | 
      
        
          | EMail::__construct | ( |  | $sSubject, | 
        
          |  |  |  | $oContent = null, | 
        
          |  |  |  | $bIsHtml = false | 
        
          |  | ) |  |  | 
      
 
__construct() 
- Parameters
- 
  
    | string | subject |  | mixed | Template|String |  | boolean | is html email |  | boolean | use multi part |  
 
- Returns
- void 
 
 
The documentation for this class was generated from the following file:
- cms-full/base/lib/classes/EMail.php