Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 825 Bytes

2021-07-07-create-handler-for-send-mail-action.md

File metadata and controls

11 lines (11 loc) · 825 Bytes
title issue
Create handler for send mail action.
NEXT-15154

Core

  • Added a new constant SEND_MAIL in Shopware\Core\Content\Flow\Action\FlowAction.
  • Added SendMailAction class at Shopware\Core\Content\Flow\Action\FlowAction which used to send email to customers.
  • Added FlowSendMailActionEvent class at Shopware\Core\Content\Flow\Events\FlowSendMailActionEvent which used to dispatch an event when SendMailAction is called.
  • Added MailAware interface at Shopware\Core\Framework\Event.
  • Deprecated MailSendSubscriberBridgeEvent at Shopware\Core\Content\MailTemplate\Event\MailSendSubscriberBridgeEvent.php use FlowSendMailActionEvent instead.
  • Deprecated MailSendSubscriber at Shopware\Core\Content\MailTemplate\Event\MailSendSubscriberBridgeEvent.php use SendMailAction instead.