Miscellaneous additions (previously untracked)

This commit is contained in:
Miguel Nogueira
2019-01-25 14:17:48 +00:00
parent 437d81838a
commit a8f089e3b2
7 changed files with 52 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ class Emailer
\ByJG\Mail\MailerFactory::registerMailer('smtp', \ByJG\Mail\Wrapper\PHPMailerWrapper::class);
$this->Mailer = \ByJG\Mail\MailerFactory::create($connStr);
$this->Mailer->setFrom("noreply@spacejewel.ga", "Spacejewel Billing System");
$this->Mailer->setFrom("noreply@spacejewel-hosting.com", "Spacejewel Billing System");
$this->Mailer->addTo($this->CustomerEmail);
}

View File

@@ -54,7 +54,7 @@ class Package extends Application
"mail",
"ssl",
"spam",
"virus"
"virus",
"limits-from-plan"
];