Bug #93297
closedCan't log in anymore if mail config is wrong and adminNotification activated
100%
Updated by Gerrit Code Review almost 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/+/67453
Updated by Gerrit Code Review almost 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/+/67453
Updated by Benni Mack almost 4 years ago
When using invalid mailer settings, an exception gets thrown on backend login:
My settings in LocalConfiguration.php
$TYPO3_CONF_VARS['BE']['warning_email_addr'] = 'benni@typo3.org';
$TYPO3_CONF_VARS['BE']['warning_mode'] = 1;
$TYPO3_CONF_VARS['MAIL'] = [
'transport' => 'smtp',
'transport_smtp_encrypt' => false,
'transport_smtp_password' => '',
'transport_smtp_server' => 'localhost:10025',
'transport_smtp_username' => '',
];
Updated by Gerrit Code Review almost 4 years ago
Patch set 3 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/+/67453
Updated by Gerrit Code Review almost 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67597
Updated by Benni Mack almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset faf6fc0c81754bdccf9a440f7180f43275eca87c.