Guest User

Untitled

a guest
Feb 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. class EMail {
  3.     private $mail;
  4.  
  5.     public function __construct() {
  6.         $this->mail = new PHPMailer();
  7.     }
  8. }
Add Comment
Please, Sign In to add comment