diff --git a/service/src/templates/community.external.invitation.created.invitee.js b/service/src/templates/community.external.invitation.created.invitee.js index 93d2810c..5e195983 100644 --- a/service/src/templates/community.external.invitation.created.invitee.js +++ b/service/src/templates/community.external.invitation.created.invitee.js @@ -11,13 +11,25 @@ module.exports = () => ({ to: '{{recipient.email}}', subject: 'Invitation to join {{space.displayName}}', html: `{% extends "src/templates/_layouts/email-transactional.html" %} - {% block content %}{{inviter.firstName}} has invited you to join {{space.displayName}} on Alkemio. + {% block content %}

{{inviter.firstName}} has invited you to join {{space.displayName}} on Alkemio.


{% if welcomeMessage %} -
+

{{welcomeMessage}}
+

{% endif %} -
- click here to accept or decline

+ click here to go to the (Sub)Space

+How to Get Started: +
    +
  1. 🔗 Click the Link: Simply click on the link above to open the (Sub)Space you've been invited to. It will take you directly to the heart of our collaborative platform.
  2. +
  3. ✏️ Create Your Account: Once there, you'll notice a prominent button inviting you to sign in to applow. Follow the steps to create a new account. Remember, this invitation is tied to the email address it was sent to, so use that same address during registration.
  4. +
  5. ✅ Verify and Accept: After verifying your account and signing in, you'll land back in the (Sub)Space. Look for the button to accept the invitation. Click it to officially become part of the Space community.
  6. +
  7. 🎉 You're In! Congratulations! You're now part of {{space.displayName}}. Feel free to explore, connect with fellow members, and contribute to the discussions. If you ever feel lost during the process, don't worry—use the button in this email to return to the (Sub)Space you were invited to.
  8. +
+

We are looking forward to your valuable contributions!

+ +

Warm regards,

+

The Alkemio Team

+

{% endblock %} ${templates.footerBlock}`, },