in https://github.com/in2code-de/powermail/blob/typo3-v13/Classes/Controller/FormController.php#L273 is the process:
- first send mail to sender
- then send mail to receiver
If an exception occures in generation-process of second mail, the user does not get a visual feedback of the failure.
=> The catch-Block catches the exception and writes the error into the log
=> no flash message is generated
=> the sender has already reached his confirmation but the recipient never gets any email
in https://github.com/in2code-de/powermail/blob/typo3-v13/Classes/Controller/FormController.php#L273 is the process:
If an exception occures in generation-process of second mail, the user does not get a visual feedback of the failure.
=> The catch-Block catches the exception and writes the error into the log
=> no flash message is generated
=> the sender has already reached his confirmation but the recipient never gets any email