Advertisement
hellope

Libraries autoload PHPMailer

Jan 8th, 2017
5,968
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2. if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  3. class MyPHPMailer {
  4.     public function MyPHPMailer() {
  5.         require_once('PHPMailer/PHPMailerAutoload.php');
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement