Hello,
I've a small issue. In Line 72 of your EmailService
// $request->setControllerPackageKey('Sandstorm.Maklerapp'); TODO needed?
you asked if its needed. Indeed it is. Otherwise some ViewHelpers can't guess the package. In my case it was the translation viewhelper throwing errors.
My working code is
$request->setControllerPackageKey($templatePackage);
Best regards,
uWe
Hello,
I've a small issue. In Line 72 of your EmailService
// $request->setControllerPackageKey('Sandstorm.Maklerapp'); TODO needed?you asked if its needed. Indeed it is. Otherwise some ViewHelpers can't guess the package. In my case it was the translation viewhelper throwing errors.
My working code is
$request->setControllerPackageKey($templatePackage);Best regards,
uWe