Skip to content

changed default email to noreply c4c email since its verified#434

Open
lyannne wants to merge 10 commits intomainfrom
change-send-email
Open

changed default email to noreply c4c email since its verified#434
lyannne wants to merge 10 commits intomainfrom
change-send-email

Conversation

@lyannne
Copy link
Copy Markdown
Collaborator

@lyannne lyannne commented May 2, 2026

ℹ️ Issue

Closes nothing

📝 Description

changed it so email needs to be defined in env to send emails

also removed duplicate send email method

Add NOTIFICATION_EMAIL_SENDER='noreply@c4cneu.com' to env to have correct email!

Copilot AI review requested due to automatic review settings May 2, 2026 01:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the backend’s fallback SES sender address to use the verified noreply@c4cneu.com account when NOTIFICATION_EMAIL_SENDER is not set. It affects both the general notification email flow and the user verification email flow.

Changes:

  • Replaces the fallback sender in NotificationService.sendEmailNotification.
  • Replaces the fallback sender in UserService.sendVerificationEmail.
  • Standardizes both email-sending paths on the same default sender address.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
backend/src/user/user.service.ts Updates the fallback sender used for account approval emails.
backend/src/notifications/notification.service.ts Updates the fallback sender used for general notification emails.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread backend/src/notifications/notification.service.ts Outdated
Comment thread backend/src/notifications/notification.service.ts Outdated
Comment thread backend/src/user/user.service.ts Outdated
lyannne and others added 3 commits May 1, 2026 21:49
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@lyannne lyannne requested a review from prooflesben May 2, 2026 02:13
@lyannne lyannne requested review from prooflesben and removed request for prooflesben May 2, 2026 03:48
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.

2 participants