Setting up mailer
Setup the following environment variables:
Note: Docker Compose Environment Variables
When using Docker Compose, avoid spaces around the =
sign in environment variable definitions. Spaces cause variables to be silently ignored.
Correct: MY_VARIABLE=value
Incorrect: MY_VARIABLE = value
Last updated