From 7fcd35b7ad0fa2b0a49c5cdd9a62e23412bf8731 Mon Sep 17 00:00:00 2001 From: claiff Date: Fri, 30 Sep 2022 12:21:34 +0300 Subject: Add checking mails Add check server fix add simillar mails --- src/checker/errors/mail/empty.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/checker/errors/mail/empty.hpp') diff --git a/src/checker/errors/mail/empty.hpp b/src/checker/errors/mail/empty.hpp index 9e8c0da..945650e 100644 --- a/src/checker/errors/mail/empty.hpp +++ b/src/checker/errors/mail/empty.hpp @@ -4,7 +4,7 @@ namespace smtp::checker::errors::settings { - class Empty : public types::IError + class Empty : public types::IErrorMails { public: Empty() = default; -- cgit v1.2.3