Addshore added a comment.
In https://www.mediawiki.org/wiki/Manual:$wgSMTP#Details I see > This setting requires PEAR's Mail package to be installed (run pear install MAIL Net_SMTP, and you can run pear list to confirm). Since MediaWiki 1.27 (git #a372e170), the required PEAR dependencies are already bundled. If you get an error message stating that pear is not installed, then install php-pear and then try again. It may also cause conflicts if you have different versions of those PEAR packages installed on your system. In that case, you can remove the installed ones with the command pear uninstall mail pear/Auth_SASL net_smtp > You may also install pear/mail with Composer with the command: > composer require pear/mail The key bit being since 1.27 the pear deps are bundled. So, if in T206517#5559725 <https://phabricator.wikimedia.org/T206517#5559725> you were trying with the docker images then there might not be anything to do here, but that should be checked. TASK DETAIL https://phabricator.wikimedia.org/T206517 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Phaebz, Addshore, Tarrow, Magnus, Aklapper, darthmon_wmde, Jelabra, DannyS712, Nandana, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Asahiko, mobrovac, Wikidata-bugs, aude, GWicke, jayvdb, Mbch331, jeremyb
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
