-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
BugConfirmed bugs or bugfixes.Confirmed bugs or bugfixes.
Description
SyliusMailerBundle/src/Bundle/Renderer/Adapter/EmailTwigAdapter.php
Lines 44 to 53 in ad5e403
| $renderedEmail = $this->getRenderedEmail($email, $data); | |
| $event = new EmailRenderEvent($renderedEmail); | |
| if ($this->dispatcher !== null) { | |
| /** @var EmailRenderEvent $event */ | |
| $event = $this->dispatcher->dispatch($event, SyliusMailerEvents::EMAIL_PRE_RENDER); | |
| } | |
| return $event->getRenderedEmail(); |
The event is triggered after the email is rendered, which I'm pretty sure makes this a "post" event 😅
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugConfirmed bugs or bugfixes.Confirmed bugs or bugfixes.