Bug #91067
closedInstallTool Mailtest throws an error when sending mails via SMTP
100%
Description
Reported By Martin H. on Slack:
https://typo3.slack.com/archives/C025BQLFA/p1585876034266000?thread_ts=1580632200.389700&cid=C025BQLFA
Sorry for the late response but I again tested my Mail Setup and again it throws as error.
TYPO3 v10.3.0 PHP 7.4 = now working SMTP
TYPO3 v9.5.15 PHP 7.4 = working SMTP
Now this is strange since the config is the same beside this:
TYPO3 v10
'transport_smtp_encrypt' => true,
TYPO3 v9
'transport_smtp_encrypt' => 'ssl',
But the rest is the same. The config is autogenerated by the Setting. But this Error occours when trying to use the Mail-Test Tool: (See picture)
Files
Updated by Benjamin Franzke over 4 years ago
- Related to Bug #90295: Sending mails by SMTP throws and exception added
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64205
Updated by Benjamin Franzke over 4 years ago
Note: This bug does only happen with a custom login logo set in TYPO3_CONF_VARS.EXTENSIONS.backend.loginLogo.
In that case typo3/sysext/core/Resources/Private/Layouts/SystemEmail.html uses the f:image ViewHelper which triggers FileIndexRepository.
This case reveales that we should boot a full container to be able to load arbitrary services and viewhelper from (probably) custom email templates.
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64205
Updated by Benjamin Franzke over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4390d4b509831651278f26bcbe756848b840e959.