Skip to content

ROCK-8404 Removed custom email from group manager#213

Merged
gmcgrady merged 3 commits intomasterfrom
sl-feature-groupmanager-email
Apr 13, 2026
Merged

ROCK-8404 Removed custom email from group manager#213
gmcgrady merged 3 commits intomasterfrom
sl-feature-groupmanager-email

Conversation

@stphnlee
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 10, 2026 18:22
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

Removes the ability for Group Manager users to choose a custom “From Email” when sending roster emails, standardizing outbound email to use the block-configured safe sender address.

Changes:

  • Removed the “From Email” dropdown and related configuration (restricted domain blacklist + help text).
  • Displayed the configured safe sender address as a read-only “From Email” value in the email UI.
  • Forced Communication.FromEmail to the configured safe sender value when sending.

Reviewed changes

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

File Description
Plugins/org.secc.GroupManager/org_secc/GroupManager/LWYARoster.ascx.cs Removes dynamic From-address selection logic and always sends from SafeSenderEmail.
Plugins/org.secc.GroupManager/org_secc/GroupManager/LWYARoster.ascx Replaces selectable “From Email” dropdown with a read-only literal display.

Comment thread Plugins/org.secc.GroupManager/org_secc/GroupManager/LWYARoster.ascx.cs Outdated
….ascx.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@stphnlee stphnlee requested a review from gmcgrady April 10, 2026 20:07
Copy link
Copy Markdown
Contributor

@gmcgrady gmcgrady left a comment

Choose a reason for hiding this comment

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

Taking the time to re-factor from a drop down list to a text attribute in lieu of setting the drop down & making it uneditable was a good choice--it's cleaner. Also, copilot made a good catch on requiring the safe sender email to avoid failed deliveries. Approving and merging.

@gmcgrady gmcgrady merged commit 1945839 into master Apr 13, 2026
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.

4 participants