diff --git a/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst b/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst index b2454cfc6ae2b338d46a0e50f3940224656e900a..08878e4c1b178f753e79788c20fdf3990e8185ab 100644 --- a/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst +++ b/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst @@ -1,7 +1,7 @@ .. include:: ../../Includes.txt ================================================================ -Bugfix: #93635 - Add mail configuration for setting smtp domain +Important: #93635 - Add mail configuration for setting smtp domain ================================================================ See :issue:`93635` @@ -23,6 +23,7 @@ correct EHLO-command to the relay-server. Configuration Example for GSuite. .. code-block:: php + return [ //.... 'MAIL' => [ @@ -42,6 +43,7 @@ Configuration Example for GSuite. Impact ====== -Now it is possible to set the smtp mail domain which is required for some relay-server. +Now it is possible to set the smtp mail domain which is required for +some relay-server. .. index:: LocalConfiguration, ext:core