dotkernel / frontend

DotKernel Frontend Application. Based on Mezzio microframework using Laminas components.
https://v5.dotkernel.net
MIT License
22 stars 5 forks source link

check all places where the emails are sent an implement error logging #289

Closed arhimede closed 2 years ago

arhimede commented 2 years ago

everywhere in code where an email is sent $this->mailService->send()

check to be sent properly https://github.com/dotkernel/dot-mail#testing-if-an-e-mail-message-is-valid

bidi47 commented 2 years ago

i checked the code in frontend all usage of send() has checks with isValid() and try-catch blocks in the controller