title | issue |
---|---|
Create handler for send mail action. |
NEXT-15154 |
- Added a new constant
SEND_MAIL
inShopware\Core\Content\Flow\Action\FlowAction
. - Added
SendMailAction
class atShopware\Core\Content\Flow\Action\FlowAction
which used to send email to customers. - Added
FlowSendMailActionEvent
class atShopware\Core\Content\Flow\Events\FlowSendMailActionEvent
which used to dispatch an event whenSendMailAction
is called. - Added
MailAware
interface atShopware\Core\Framework\Event
. - Deprecated
MailSendSubscriberBridgeEvent
atShopware\Core\Content\MailTemplate\Event\MailSendSubscriberBridgeEvent.php
useFlowSendMailActionEvent
instead. - Deprecated
MailSendSubscriber
atShopware\Core\Content\MailTemplate\Event\MailSendSubscriberBridgeEvent.php
useSendMailAction
instead.