Setting up mailer
DEFAULT_FROM_EMAIL=purple@ciso-assistant.fr
EMAIL_HOST=localhost
EMAIL_PORT=1025
EMAIL_HOST_USER=purple
EMAIL_HOST_PASSWORD=dummy-unsafe-example
EMAIL_USE_TLS=TrueAdd automatically your local CA-certificate
- /your/ca-certificate/path/example_CA.crt:/usr/local/share/ca-certificates/root_CA.crt:roentrypoint:
- /bin/sh
- -c
- |
update-ca-certificates
poetry run bash ./startup.shLast updated
Was this helpful?