diff --git a/packages/core/src/modules/notifications/use-cases/send-email.ts b/packages/core/src/modules/notifications/use-cases/send-email.ts
index 54c878c63..c5424f53f 100644
--- a/packages/core/src/modules/notifications/use-cases/send-email.ts
+++ b/packages/core/src/modules/notifications/use-cases/send-email.ts
@@ -168,7 +168,7 @@ function getHtml(input: EmailTemplate): string {
function getSubject(input: EmailTemplate): string {
const subject = match(input)
.with({ name: 'application-accepted' }, () => {
- return 'ColorStack Onboarding + Slack Invitation';
+ return 'Welcome to ColorStack | Next Steps';
})
.with({ name: 'application-created' }, () => {
return 'Thank You for Applying to ColorStack';
diff --git a/packages/email-templates/emails/application-accepted.tsx b/packages/email-templates/emails/application-accepted.tsx
index 465aeb348..5fada7b6d 100644
--- a/packages/email-templates/emails/application-accepted.tsx
+++ b/packages/email-templates/emails/application-accepted.tsx
@@ -34,19 +34,16 @@ export function ApplicationAcceptedEmail({
-
-
-
- Complete your ColorStack profile
-
- .
- {' '}
- This should only take about 5 minutes. Upon completion, you'll
- have full access to your{' '}
-
- Member Profile
+
+ Complete your ColorStack profile
- . This is the powerhouse of your ColorStack membership. 💪 Take a
- few minutes to:
+ . This should only take about 5 minutes. Upon completion, you'll
+ have full access to your Member Profile. This is the
+ powerhouse of your ColorStack membership. 💪 Take a few minutes
+ to:
@@ -54,7 +51,10 @@ export function ApplicationAcceptedEmail({
Bookmark your{' '}
-
+
Member Profile
@@ -72,21 +72,47 @@ export function ApplicationAcceptedEmail({
-
-
-
- Book your family onboarding session
-
- {' '}
+
+ Book your family onboarding session
+ {' '}
to learn more about our programming & offerings, how to be an
engaged family member, and meet other new members! 📅
-
-
- Lastly, after you complete the above steps, you will
- receive an invite from Slack to join our Slack workspace.
+
+ Get involved with your local ColorStack chapter.
+
+
+ -
+
+ ColorStack has chapters at campuses across the US and Canada!
+
+
+ -
+
+ Find out if there is a chapter on your campus{' '}
+
+ here
+
+ .
+
+
+ -
+
+ If you are a leader interested in starting a chapter, learn
+ how to get started in your onboarding session.
+
+
+
@@ -102,6 +128,13 @@ export function ApplicationAcceptedEmail({
+
+
+
+ PS: New members will receive an invitation to join our Slack
+ community after completing their live onboarding session.
+
+
);