We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Your email address is hard-coded in the
sendEmailfunction: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.