Перенес функции в класс
This commit is contained in:
parent
5e1362d103
commit
5e6d39d638
8 changed files with 488 additions and 491 deletions
|
|
@ -4,6 +4,7 @@ class MailAlt
|
|||
{
|
||||
public $mailer;
|
||||
public $_notify;
|
||||
public $encoding;
|
||||
|
||||
function __construct() {
|
||||
$this->mailer = new PHPMailer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue