Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Environment variable for smtp relay? #6

Open
eriktroost070 opened this issue Mar 8, 2021 · 1 comment
Open

Environment variable for smtp relay? #6

eriktroost070 opened this issue Mar 8, 2021 · 1 comment

Comments

@eriktroost070
Copy link

We are starting to use Postal as a email relay, which in turn needs to relay to another mailserver of our company.

But one thing that I'm missing is a environment variable to set the smtp_relay option in postal.yml config file.
Or any other way of setting this during container creation.

I could probably edit the container and set a smtp_relay and save that container for internal use, but I'd rather use a public container in case of updates and such.

@eriktroost070
Copy link
Author

Never mind, found them.

hostname: ${SMTP_RELAY_HOST}
port: ${SMTP_RELAY_PORT}
ssl_mode: ${SMTP_RELAY_SSL_MODE}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant