Implement the Manage Sender Domain component and
The AuthorizeSenderDomainModal MAILPOET-4302
This commit is contained in:
committed by
Veljko V
parent
5c3a9fe9b2
commit
847d199352
@ -341,7 +341,7 @@ class Settings extends APIEndpoint {
|
||||
if (!$response['ok']) {
|
||||
// sender domain verification error. probably an improper setup
|
||||
return $this->badRequest([
|
||||
APIError::BAD_REQUEST => WPFunctions::get()->__('failed sender domain verification', 'mailpoet'),
|
||||
APIError::BAD_REQUEST => WPFunctions::get()->__($response['error'] ?? 'failed sender domain verification', 'mailpoet'),
|
||||
], $response);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user