Service for sending email messages.
- Create an
.env
file in the root directory and add the following values from.env.example
:
# Debug mode.
DEBUG=false
# Config variables:
CONFIG_PATH=configs/main
# SMTP config variables:
SMTP_HOST=
SMTP_PORT=
# Email config variables:
EMAIL_USERNAME=
EMAIL_PASSWORD=
- Generate certificates, information can be found at certs/README.md
Use make run
to run and make build
to build project.
If you want to say thank you and/or support the active development of Durudex:
- Add a GitHub Star to the project.
- Join the Discord Server.
Copyright © 2021-2022 Durudex. Released under the GNU AGPL v3 license.