Add integration test for unauthorized email

[MAILPOET-1787]
This commit is contained in:
Ján Mikláš
2019-02-19 14:17:46 +01:00
committed by M. Shull
parent 1da2263d83
commit 79bd178123
2 changed files with 16 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ class MailerError {
const LEVEL_HARD = 'hard';
const LEVEL_SOFT = 'soft';
const MESSAGE_EMAIL_NOT_AUTHORIZED = 'The email address is not authorized';
/** @var string */
private $operation;