initial
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user