Closed kevmhughes closed 3 days ago
This pull request integrates the newsletter functionality into the main branch. The changes include:
package.json
index.routes.js
email.template.js
email.services.js
env.example
home.ejs
/subscribe
No merge conflicts were encountered.
Review: emailing function was tested. result: emails received subscribe function as well. result: subscribed and unsubscribed successfully.
This pull request integrates the newsletter functionality into the main branch. The changes include:
package.json
for newsletter functionality: mailchimp, node-cron, and nodemailer.index.routes.js
.email.template.js
for email template management.email.services.js
to encapsulate the logic for handling the newsletter functionality.env.example
with examples of required environment variables.home.ejs
to test/subscribe
endpoint.No merge conflicts were encountered.