You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Backend Preview as well as in Frontend Preview (calling Newsletter Page with /?type= 1560777975) everything works fine.
However if the Newsletter will be send via Scheduler (CLI) the debugging the variable "settings" will be empty.
Checked with simple <f:debugger>{settings}</f:debugger> in Layout Fluid Template.
Solution 1:
Using Simple Viewhelper in Template Layout
<v:variable.set name="systemEmailSettings" value="{v:variable.typoscript(path: 'lib.systemEmailSettings')}" />
Solution 2:
Maybe changes in Configuration Utility can help.
Problem:
Defining some TS Variables and add these to to plugin.settings:
In Backend Preview as well as in Frontend Preview (calling Newsletter Page with /?type= 1560777975) everything works fine.
However if the Newsletter will be send via Scheduler (CLI) the debugging the variable "settings" will be empty.
Checked with simple <f:debugger>{settings}</f:debugger> in Layout Fluid Template.
Solution 1:
Using Simple Viewhelper in Template Layout
<v:variable.set name="systemEmailSettings" value="{v:variable.typoscript(path: 'lib.systemEmailSettings')}" />
Solution 2:
Maybe changes in Configuration Utility can help.
The text was updated successfully, but these errors were encountered: