예제 #1
0
 /**
  * Sends out confirmation success email
  *
  * @return $this
  */
 public function sendConfirmationSuccessEmail()
 {
     if ($this->_scopeConfig->getValue(\Dotdigitalgroup\Email\Helper\Config::XML_PATH_CONNECTOR_DISABLE_NEWSLETTER_SUCCESS, 'store', $this->getStoreId())) {
         return $this;
     } else {
         return parent::sendConfirmationSuccessEmail();
     }
 }