Support .env files if it exists

This commit is contained in:
Bernhard Froehlich
2022-08-15 13:35:12 +00:00
parent ee8a5dd989
commit 813bd9ebe7
2 changed files with 23 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ device which produces mail.
## Main features
* Simple configuration with ini file or environment variables
* Simple configuration with ini file .env file or environment variables
* Supports SMTPS/TLS (465), STARTTLS (587) and unencrypted SMTP (25)
* Checks for sender, receiver, client IP
* Authentication support with file (LOGIN, PLAIN)