We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
SMTP_SENDER
SMTP_REPLY_TO
The readme is also very misleading. There is no support for SMTP_SENDER and SMTP_REPLY_TO
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently if I want to send both verification email and forgot password email, I have to write
It would be better if we support
SMTP_SENDER
andSMTP_REPLY_TO
so we can avoid repeating ourselves.The readme is also very misleading. There is no support for
SMTP_SENDER
andSMTP_REPLY_TO
The text was updated successfully, but these errors were encountered: