• 1 Post
  • 9 Comments
Joined 2 days ago
cake
Cake day: November 20th, 2025

help-circle

  • 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.