From d981f7230bc641614c590717e16ac694762d92ac Mon Sep 17 00:00:00 2001 From: claiff Date: Fri, 23 Sep 2022 17:30:29 +0300 Subject: add mail error with empty file add boolean settings ssl and auth --- src/management/builder/mail.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/management') diff --git a/src/management/builder/mail.cpp b/src/management/builder/mail.cpp index f72803f..f7e882d 100644 --- a/src/management/builder/mail.cpp +++ b/src/management/builder/mail.cpp @@ -1,5 +1,6 @@ #include "mail.hpp" #include "file/mail.hpp" +#include "checker/errors/mail/empty.hpp" namespace smtp::manage::builder { @@ -15,8 +16,7 @@ namespace smtp::manage::builder checker::RegistratorMails Mail::BuildErrorRegistrator() const { checker::RegistratorMails result; - - + result.Add( std::make_shared < checker::errors::settings::Empty >()); return result; } -- cgit v1.2.3