## Proposed API ``` # export MAILGUN_SMTP_LOGIN=foo # export SMTP_LOGIN='{{MAILGUN_SMTP_LOGIN}}' smtp_login = env('SMTP_LOGIN') # => 'foo' ``` See https://github.com/rconradharris/envparse#usage
Proposed API
See https://github.com/rconradharris/envparse#usage