SMTP URI configuration
Steps to reproduce
Visit https://docs.funkwhale.audio/admin/configuration.html#email-configuration
What happens?
The SMPT URIs contain an @ after the user parameter:
EMAIL_CONFIG=smtp+ssl://user@:password@youremail.host:465
What is expected?
EMAIL_CONFIG=smtp+ssl://user:password@youremail.host:465
Context
I see that it's described in api/config/settings/common.py. I'm not sure if https://docs.funkwhale.audio/admin/configuration.html#email-configuration uses this same text, otherwise it should be fixed elsewhere too.