Skip to content

Update registration email templates to use the new Discord invite link - #4

Merged
AtharvM02222 merged 1 commit into
mainfrom
copilot/update-discord-invite-link
Jul 7, 2026
Merged

Update registration email templates to use the new Discord invite link#4
AtharvM02222 merged 1 commit into
mainfrom
copilot/update-discord-invite-link

Conversation

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Registration emails were still sending users to an outdated Discord invite URL. This updates all registration email sources so Gmail-delivered confirmation content consistently points to the new server invite.

  • Scope of change

    • Updated Discord invite URL in Apps Script plain-text email body:
      • /apps-script/Email.gs
    • Updated Discord invite URL in Apps Script HTML registration template:
      • /apps-script/RegistrationEmail.html
    • Updated Discord invite URL in backend HTML registration template:
      • /Front-end/backend/templates/RegistrationEmail.html
  • Resulting behavior

    • All registration email variants (HTML + text, Apps Script + backend template path) now reference the same invite link: https://discord.gg/PSnanAxagX.
<!-- before -->
<a class="button" href="https://discord.gg/HfzJZHJNxK">Join Discord</a>

<!-- after -->
<a class="button" href="https://discord.gg/PSnanAxagX">Join Discord</a>

@AtharvM02222
AtharvM02222 marked this pull request as ready for review July 7, 2026 10:06
Copilot AI review requested due to automatic review settings July 7, 2026 10:06
@AtharvM02222
AtharvM02222 merged commit 486a2c1 into main Jul 7, 2026
3 checks passed
@AtharvM02222
AtharvM02222 deleted the copilot/update-discord-invite-link branch July 7, 2026 10:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the Discord invite URL used in registration confirmation emails so that all email variants (Apps Script HTML + plain text, and the backend HTML template) consistently direct users to the new server invite link.

Changes:

  • Updated the Discord invite link in the backend HTML registration email template.
  • Updated the Discord invite link in the Apps Script HTML registration email template.
  • Updated the Discord invite link in the Apps Script plain-text email body.

Reviewed changes

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

File Description
Front-end/backend/templates/RegistrationEmail.html Updates the Discord invite button URL to the new invite link.
apps-script/RegistrationEmail.html Updates the Discord invite button URL to the new invite link in the Apps Script HTML template.
apps-script/Email.gs Updates the plain-text Discord invite URL to the new invite link.

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

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.

3 participants