Instance keeps returning "no_email_setup" error
Instance keeps returning "no_email_setup" error - Lemmy.world
Hopefully this is the last time I need to bug you guys here about stuff. :) I added a postfix relay to my Lemmy instance and configured the email settings in my lemmy.conf file but no matter what I do I keep getting a “no_email_setup” error when I try to test the SMTP server. Is there an obvious step I’m missing? This is the block in docker-compose.yml: postfix: image: mwader/postfix-relay networks: - lemmyinternal - lemmyexternalproxy environment: - POSTFIX_myhostname=myhostname.here - POSTFIX_inet_protocols=ipv4 restart: always And my lemmy.hjson has this block: email: { smtp_server: "postfix:25" smtp_from_address: "Lemmy <[email protected]>" tls_type: "none" }