When saving an SMTP passwords that contains an ampersand (&
), it should be saved as such, otherwise authentication will not work.
Ampersands in SMTP passwords are saved as &
&
character, like foo&bar
.config/config.ini.php
- it will say password = "foo&bar"
@fritzmg thanks for reporting this, our product team will prioritize this bug