Skip to content

Commit

Permalink
chore: clarify shutdown email copy (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 authored Jun 28, 2023
1 parent 687be34 commit 5c45c3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/server/api/root-mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3502,9 +3502,10 @@ const rootMutations = {
const switchboard = config.SWITCHBOARD_BASE_URL ?? "[default]";

const text = [
"This is an automated org shutdown request triggered through the superadmin.",
"This is an automated org shutdown request triggered by a superadmin.",
`Organization id: ${organizationId}, name: ${org.name}, from instance hosted at ${config.BASE_URL}.`,
`Switchboard ${switchboard}, profiles:\n${messagingServiceSids}`
`Switchboard ${switchboard}, profiles:\n${messagingServiceSids}`,
"Note: This is NOT necessarily an instance shutdown request."
].join("\n\n");

await sendEmail({
Expand Down

0 comments on commit 5c45c3e

Please sign in to comment.