Send test mail for smtp fails: Difference between revisions
From Joomla! Documentation
No edit summary |
Marked this version for translation |
||
Line 9: | Line 9: | ||
<translate> | <translate> | ||
==What is the cause== <!--T:5--></translate> | ==What is the cause== <!--T:5--></translate> | ||
<translate><!--T:6--> Due to a security update we no longer show passwords on the global configuration screen. The send test mail function uses the password from the current configuration screen which is empty after saving the configuration. | <translate><!--T:6--> | ||
Due to a security update we no longer show passwords on the global configuration screen. The send test mail function uses the password from the current configuration screen which is empty after saving the configuration. | |||
</translate> | </translate> | ||
<translate>==How to fix== <!--T:7--> | <translate>==How to fix== <!--T:7--> | ||
</translate> | </translate> | ||
<translate> | <translate><!--T:8--> | ||
Update to Joomla 3.9.24. | |||
</translate> | </translate> | ||
<translate><!--T:9--> In the meantime you have to entering the SMTP Auth password before sending a test mail. | <translate><!--T:9--> | ||
In the meantime you have to entering the SMTP Auth password before sending a test mail. | |||
As alternative you can apply the [https://github.com/joomla/joomla-cms/pull/31515 Pull Request #31515] manually.</translate> | As alternative you can apply the [https://github.com/joomla/joomla-cms/pull/31515 Pull Request #31515] manually.</translate> | ||
Latest revision as of 07:07, 26 December 2020
Websites updating to Joomla 3.9.23 trying to send a test mail using smtp auth may fail.
Versions affected
General Information
This pertains only to Joomla! version(s): 3.9.23
What is the cause
Due to a security update we no longer show passwords on the global configuration screen. The send test mail function uses the password from the current configuration screen which is empty after saving the configuration.
How to fix
Update to Joomla 3.9.24. In the meantime you have to entering the SMTP Auth password before sending a test mail. As alternative you can apply the Pull Request #31515 manually.