Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email Channel issue #230

Open
mitrovicsinisaa opened this issue Aug 30, 2020 · 2 comments
Open

Email Channel issue #230

mitrovicsinisaa opened this issue Aug 30, 2020 · 2 comments

Comments

@mitrovicsinisaa
Copy link

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

@romm
Copy link
Member

romm commented Sep 7, 2020

Hello @mitrovicsinisaa,

Thanks for the report. We just tried on our system and the notification is dispatched correctly.

From what you said, it seems that the dispatch of the signal somehow messes up the execution. Do you have any log that would indicate if an error occurs at this moment?

Can you check if you listen to this signal, as explained in the documentation?

Also, can you tell us what event are you listening to? Is it a provided one or a custom one?

Thank you.

@mitrovicsinisaa
Copy link
Author

Hello @romm,

We use custom Signal from custom extension.
I have checked all possible logs, do a profiling, and no error was shown.

I will try to check with recommended documentation link where we are, and let you know if I found something.

Best regards,
Sinisa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants