Show error notice when email is sent from unauthorized email
[MAILPOET-1787]
This commit is contained in:
@ -4,6 +4,7 @@ namespace MailPoet\Mailer;
|
||||
class MailerError {
|
||||
const OPERATION_CONNECT = 'connect';
|
||||
const OPERATION_SEND = 'send';
|
||||
const OPERATION_AUTHORIZATION = 'authorization';
|
||||
|
||||
const LEVEL_HARD = 'hard';
|
||||
const LEVEL_SOFT = 'soft';
|
||||
|
Reference in New Issue
Block a user