This commit is contained in:
2023-12-11 10:38:59 +01:00
parent 2f1d4caba4
commit 3cf5ca84f5
18 changed files with 459 additions and 10 deletions

View File

@ -13,7 +13,7 @@
declare(strict_types=1);
namespace D3\SmtpChecker\Application\Controller\Admin;
namespace D3\MailConfigChecker\Application\Controller\Admin;
use Assert\Assert;
use Assert\InvalidArgumentException;
@ -85,7 +85,6 @@ class SmtpChecker extends AdminDetailsController
public function sendMail()
{
try {
$this->checkDataAreSet();
$this->hostIsAvailable();
$this->connect();
$this->auth();