Hello,
I configured .env file for send mail via external smtp in this way
# (returns `noreply%40youremail.host`)
# EMAIL_CONFIG=smtp://user:password@youremail.host:25
EMAIL_CONFIG=smtp+ssl://:sender%40myhost.com:xxxxpassword@mail.myhost.com:465
# EMAIL_CONFIG=smtp+tls://user:password@youremail.host:587
# Make e-mail verification mandatory before using the service
# Doesn't apply to admins.
# ACCOUNT_EMAIL_VERIFICATION_ENFORCE=false
# The e-mail address to use to send system e-mails.
DEFAULT_FROM_EMAIL=STEREO <sender@myhost.com>
and ther restarted the docker but Funkwhale doesn't seem to read the configuration
funkwhale-api-1 | From: Funkwhale <noreply@stereo.kenobit.it>
funkwhale-api-1 | To: elfda@test.it
funkwhale-api-1 | Date: Mon, 22 Jan 2024 11:51:42 -0000
funkwhale-api-1 | Message-ID: <170592430210.11.5528064727362201238@65c473b553de>
funkwhale-api-1 |
funkwhale-api-1 | Hello from STEREO!
funkwhale-api-1 |
funkwhale-api-1 | You're receiving this e-mail because user fdatest3 at stereo.kenobit.it has given yours as an e-mail address to connect their account.
funkwhale-api-1 |
funkwhale-api-1 | To confirm this is correct, go to https://stereo.kenobit.it/auth/email/confirm?key=Nw:1rRsq6:d0z
funkwhale-api-1 | Thank you from STEREO!
funkwhale-api-1 | stereo.kenobit.it
what am I missing?
Thank you
Federico