-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello,
We have TYPO3 v8 (8.7.31) and Notiz v2.1.2.
When I add new notification and set email as channel, emails are not sent.
TYPO3 email configuration is working correctly via SMTP.
After some debugging I found out that emails are sent correctly if I comment out line 136 in file notiz/Classes/Domain/Channel/Email/TYPO3/EmailChannel.php:
$this->dispatchEmailSignal($mailMessage);
This call only do simple dispatch, but somehow mess up message sending.
I was not able to find out why this happens...
Best regards,
Sinisa Mitrovic
Metadata
Metadata
Assignees
Labels
No labels