Skip to content

Feature/email service#1

Open
plumburite wants to merge 2 commits intomainfrom
feature/email-service
Open

Feature/email service#1
plumburite wants to merge 2 commits intomainfrom
feature/email-service

Conversation

@plumburite
Copy link
Copy Markdown
Owner

email log in to be enabled for plumbers

@plumburite plumburite self-assigned this Oct 24, 2025
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -1,120 +1,127 @@
// SendGrid email service integration
import sgMail from '@sendgrid/mail';
import nodemailer from "nodemailer";
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0 Badge Add nodemailer to dependencies

The new email service now imports nodemailer but package.json still only declares the SendGrid SDK. After this commit a clean install will not include nodemailer, so starting the server will throw Cannot find module 'nodemailer' as soon as email-service.ts is loaded. The dependency needs to be added to the project’s package.json (and the unused SendGrid dependency removed) so the runtime can resolve the module.

Useful? React with 👍 / 👎.

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

Successfully merging this pull request may close these issues.

1 participant