blueimp / aws-smtp-relay

SMTP server to relay emails via Amazon SES or Amazon Pinpoint using IAM roles.
MIT License
76 stars 34 forks source link

Support for configuring all command line flags via environment variab… #21

Open fomojola opened 1 year ago

fomojola commented 1 year ago

…le, and force-enabling the LOGIN mechanism.

This makes it much simpler to use in deployment systems (like Heroku) that expect all configuration to be be via environment variables.

The LOGIN mechanism simplifies use in internal environments (where the SMTP server is only accessible from internal services).