PHPMailer
Wrapper for PHPMailer library
- 
    
      
      
new PHPMailer()
 - 
    
      
      
$phpmailer->attachments()
 - 
    
      
      
$phpmailer->bcc()
 - 
    
      
      
$phpmailer->beforeSend()
 - 
    
      
      
$phpmailer->body()
 - 
    
      
      
$phpmailer->cc()
 - 
    
      
      
$phpmailer->clone()
 - 
    
      
      
$phpmailer->from()
 - 
    
      
      
$phpmailer->fromName()
 - 
    
      
      
$phpmailer->hardcopy()
 - 
    
      
      
$phpmailer->isHtml()
 - 
    
      
      
$phpmailer->isSent()
 - 
    
      
      
$phpmailer->replyTo()
 - 
    
      
      
$phpmailer->replyToName()
 - 
    
      
      
$phpmailer->send()
 - 
    
      
      
$phpmailer->subject()
 - 
    
      
      
$phpmailer->to()
 - 
    
      
      
$phpmailer->transport()