Перенес функции в класс

This commit is contained in:
Фёдор Подлеснов 2018-02-07 16:56:59 +03:00
parent 5e1362d103
commit 5e6d39d638
8 changed files with 488 additions and 491 deletions

View file

@ -4,6 +4,7 @@ class MailAlt
{
public $mailer;
public $_notify;
public $encoding;
function __construct() {
$this->mailer = new PHPMailer();