rom %2\$s.

%3\$s   %4\$s

", 'mailpoet'), "@" . $this->getDefaultFromDomain(), $this->authorizedSenderDomainController->getRewrittenEmailAddress($this->getDefaultFromAddress()), $this->getUpdateSenderButton(), $this->getLearnMoreAboutFreeMailButton() ); } // translators: %1$s is the domain of the user's default from address, %2$s is a rewritten version of their default from address, %3$s is HTML for an 'update sender' button, and %4$s is HTML for a Learn More button return sprintf( __("Your newsletters and post notifications have been paused. Update your sender email address to a branded domain to continue sending your campaigns. MailPoet can no longer send from email addresses on shared 3rd party domains like %1\$s. Please change your campaigns to send from an email address on your site's branded domain. Your marketing automations and transactional emails will temporarily be sent from %2\$s.

%3\$s   %4\$s

", 'mailpoet'), "@" . $this->getDefaultFromDomain(), $this->authorizedSenderDomainController->getRewrittenEmailAddress($this->getDefaultFromAddress()), $this->getUpdateSenderButton(), $this->getLearnMoreAboutFreeMailButton() ); } public function getNoticeContentForBrandedDomainUsers(bool $isPartiallyVerified, int $contactCount): string { if ($isPartiallyVerified || $contactCount <= AuthorizedSenderDomainController::LOWER_LIMIT) { // translators: %1$s is HTML for an 'authenticate domain' button, %2$s is HTML for a Learn More button return sprintf( __("Authenticate your sender domain to improve email delivery rates. Major mailbox providers require you to authenticate your sender domain to confirm you sent the emails, and may place unauthenticated emails in the “Spam” folder. Please authenticate your sender domain to ensure your marketing campaigns are compliant and will reach your contacts.

%1\$s   %2\$s

", 'mailpoet'), $this->getAuthenticateDomainButton(), $this->getLearnMoreAboutSpfDkimDmarcButton() ); } if ($contactCount <= AuthorizedSenderDomainController::UPPER_LIMIT) { // translators: %1$s is a rewritten version of the user's default from address, %2$s is HTML for an 'authenticate domain' button, %3$s is HTML for a Learn More button return sprintf( __("Authenticate your sender domain to send new emails. Major mailbox providers require you to authenticate your sender domain to confirm you sent the emails, and may place unauthenticated emails in the “Spam” folder. Please authenticate your sender domain to ensure your marketing campaigns are compliant and will reach your contacts. Your existing scheduled and active emails will temporarily be sent from %1\$s.

%2\$s   %3\$s

", 'mailpoet'), $this->authorizedSenderDomainController->getRewrittenEmailAddress($this->getDefaultFromAddress()), $this->getAuthenticateDomainButton(), $this->getLearnMoreAboutSpfDkimDmarcButton() ); } // translators: %1$s is a rewritten version of the user's default from address, %2$s is HTML for an 'authenticate domain' button, %3$s is HTML for a Learn More button return sprintf( __("Your newsletters and post notifications have been paused. Authenticate your sender domain to continue sending. Major mailbox providers require you to authenticate your sender domain to confirm you sent the emails, and may place unauthenticated emails in the “Spam” folder. Please authenticate your sender domain to ensure your marketing campaigns are compliant and will reach your contacts. Your marketing automations and transactional emails will temporarily be sent from %1\$s.

%2\$s   %3\$s

", 'mailpoet'), $this->authorizedSenderDomainController->getRewrittenEmailAddress($this->getDefaultFromAddress()), $this->getAuthenticateDomainButton(), $this->getLearnMoreAboutSpfDkimDmarcButton() ); } public function getUpdateSenderButton(): string { $buttonClass = $this->subscribersFeatures->getSubscribersCount() > AuthorizedSenderDomainController::UPPER_LIMIT ? 'button-primary' : 'button-secondary'; $button = sprintf('%2$s', $buttonClass, __('Update sender email', 'mailpoet')); return $button; } public function getLearnMoreAboutFreeMailButton(): string { $button = '' . __('Learn more', 'mailpoet') . ''; return $button; } public function getLearnMoreAboutSpfDkimDmarcButton(): string { $button = '' . __('Learn more', 'mailpoet') . ''; return $button; } public function getAuthenticateDomainButton() { $buttonClass = $this->isErrorStyle() ? 'button-primary' : 'button-secondary'; $button = sprintf( '%s', $buttonClass, esc_attr($this->getDefaultFromAddress()), __('Authenticate domain', 'mailpoet') ); return $button; } }
Fatal error: Uncaught Error: Class "MailPoet\Util\Notices\SenderDomainAuthenticationNotices" not found in /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php:5542 Stack trace: #0 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(2640): MailPoetGenerated\FreeCachedContainer->getSenderDomainAuthenticationNoticesService() #1 /htdocs/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(122): MailPoetGenerated\FreeCachedContainer->getInitializerService() #2 /htdocs/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(110): MailPoetVendor\Symfony\Component\DependencyInjection\Container->make('MailPoet\\Config...', 1) #3 /htdocs/wp-content/plugins/mailpoet/lib/DI/ContainerWrapper.php(39): MailPoetVendor\Symfony\Component\DependencyInjection\Container->get('MailPoet\\Config...') #4 /htdocs/wp-content/plugins/mailpoet/mailpoet_initializer.php(89): MailPoet\DI\ContainerWrapper->get('MailPoet\\Config...') #5 /htdocs/wp-content/plugins/mailpoet/mailpoet.php(194): require_once('/htdocs/wp-cont...') #6 /htdocs/wp-settings.php(545): include_once('/htdocs/wp-cont...') #7 /htdocs/wp-config.php(85): require_once('/htdocs/wp-sett...') #8 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #9 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #10 /htdocs/index.php(17): require('/htdocs/wp-blog...') #11 {main} thrown in /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php on line 5542