MediaWiki isn't able to send mails anymore in Wikimini. The reported error is:
PEAR::Mail failed: authentication failure [SMTP: Invalid response code received from server (code: 535, response 5.7.139 Authentication unsuccessful, the user credentials were incorrect.
The error is clear (the password registered in wgSMTP is wrong), but needs to be fixed.
Note that the SMTP server rejects the request but after some times. Which means the website is waiting for the server to responds, slowing down the site when email notifications are needed and not handled asynchronously. Because of this I disabled email notifications in LiquidThreads for the moment.