diff --git a/Documentation/ApiOverview/Mail/Index.rst b/Documentation/ApiOverview/Mail/Index.rst index e3240a739c..6fce57fc01 100644 --- a/Documentation/ApiOverview/Mail/Index.rst +++ b/Documentation/ApiOverview/Mail/Index.rst @@ -420,10 +420,10 @@ pass the current request to the FluidEmail instance: $email->setRequest($this->request); Read more aboout :ref:`Getting the PSR-7 request object ` in different -contexts. +contexts. In a context where no valid request object can be retrieved, such as in a -:ref:`Console command ` a valid frontend context need to be +:ref:`Console command ` a valid frontend context need to be simmulated (`Simulating a frontend request in TYPO3 Commands `_) or the affected ViewHelpers cannot be used.