modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
984 stars 187 forks source link

feat(labrinth): environment variables for more customizable SMTP #2886

Open Erb3 opened 2 weeks ago

Erb3 commented 2 weeks ago

This will help setting up labrinth for local development. You can now use a mock SMTP server such as smtp4dev. The TLS options will stay the same as before if set to true, and disabled when false.

Depends on https://github.com/modrinth/code/pull/2883