this post was submitted on 20 Nov 2025
78 points (98.8% liked)

PieFed Meta

1857 readers
1 users here now

Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.

Wiki

founded 2 years ago
MODERATORS
 

Just migrated from Lemmy to Piefed and I like it so far. Such a clean interface, more things I can configure to my liking, passkeys... :)

I even opened a couple issues over on Codeberg for things that I found.

Heeeelllooo. This is the new instance saying hello. :D

Other instances still reject this one due to some signing stuff, but as I have been told that is apparently temporary.

you are viewing a single comment's thread
view the rest of the comments
[–] erebion@news.erebion.eu 2 points 5 days ago

I've set up email and I don't get any emails...

I've added it like this:

MAIL_SERVER='erebion.eu'
MAIL_PORT=465
# Remove the below line if not using TLS - do not set it to False
MAIL_USE_TLS=True
MAIL_USERNAME='piefed@example.com'
MAIL_PASSWORD='not_my_real_password'
MAIL_FROM='piefed@example.com'
ERRORS_TO='noreply@example.com'

Logs don't mention anything regarding email and not sure why.