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
Your email address is hard-coded in the sendEmail function: https://github.com/robconery/node-pg-start/blob/master/mail/index.js#L47
sendEmail
I think a better solution would be to set this in .env.
.env
The text was updated successfully, but these errors were encountered:
Sounds good, thanks for the help!
Sorry, something went wrong.
robconery
No branches or pull requests
Your email address is hard-coded in the
sendEmail
function:https://github.com/robconery/node-pg-start/blob/master/mail/index.js#L47
I think a better solution would be to set this in
.env
.The text was updated successfully, but these errors were encountered: