Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SMTP_SENDER and SMTP_REPLY_TO #57

Open
louischan-oursky opened this issue Aug 9, 2018 · 0 comments
Open

Support SMTP_SENDER and SMTP_REPLY_TO #57

louischan-oursky opened this issue Aug 9, 2018 · 0 comments

Comments

@louischan-oursky
Copy link
Contributor

Currently if I want to send both verification email and forgot password email, I have to write

FORGOT_PASSWORD_SENDER=Louis Chan <[email protected]>
FORGOT_PASSWORD_REPLY_TO=Louis Chan <[email protected]>
VERIFY_KEYS_EMAIL_PROVIDER_SMTP_SENDER=Louis Chan <[email protected]>
VERIFY_KEYS_EMAIL_PROVIDER_SMTP_REPLY_TO=Louis Chan <[email protected]>

It would be better if we support SMTP_SENDER and SMTP_REPLY_TO so we can avoid repeating ourselves.

The readme is also very misleading. There is no support for SMTP_SENDER and SMTP_REPLY_TO

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

No branches or pull requests

1 participant