Skip to content

Commit

Permalink
Updated new platform email - Please check first :) Update platform.us…
Browse files Browse the repository at this point in the history
…er.regist… (#288)

* Updated new platform email - Check first! Update platform.user.registration.registrant.js

* Bump service version.

* Update user registration template.

---------

Co-authored-by: Aleksandar <[email protected]>
  • Loading branch information
SimoneZaza and alstojanovic authored Feb 26, 2024
1 parent df7de9c commit 2837a3c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alkemio-notifications",
"version": "0.15.2",
"version": "0.15.3",
"description": "Alkemio notifications service",
"author": "Alkemio Foundation",
"private": false,
Expand Down
24 changes: 12 additions & 12 deletions service/src/templates/platform.user.registration.registrant.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ module.exports = () => ({
to: '{{recipient.email}}',
subject: 'Alkemio - Registration successful!',
html: `{% extends "src/templates/_layouts/email-transactional.html" %}
{% block content %}Hi {{registrant.firstName}}, welcome to the Alkemio platform! <br>
{% block content %}
<p>Dear {{registrant.firstName}},</p>
<p>Welcome aboard the Alkemio platform! Your account creation was a success — congratulations! 🎉 Perhaps you have already explored the platform, but let’s ensure you are fully equipped to dive in with the links below.</p><br>
<p>🌐 <a style="color:#000000; text-decoration: none;" href="https://alkem.io/home"><b>Find Spaces</b>: At Alkemio, users collaborate within Spaces. If you are looking for a particular Space, use the search functionality on your Dashboard</a>.</p>
<p>🚀 <a style="color:#000000; text-decoration: none;" href="https://alkem.io/welcome-space"><b>Explore the possibilities</b>: Take a peek at our Welcome Space — it’s an open Space for you to explore the platform's structure and functionality.</a></p>
<p>📸 <a style="color:#000000; text-decoration: none;" href="{{registrant.profile}}"><b>Personalize Your Profile</b>: Add a friendly photo to your profile so fellow users can put a face to your name.</a></p>
<p>💌 <a style="color:#000000; text-decoration: none;" href="mailto:[email protected]"><b>Need Assistance?</b>: Whether you’re keen on starting your own Space or require support, our Community team is here for you. Reach out anytime at <b>[email protected]</b></a>.</p>
<p><a style="color:#000000; text-decoration: none;" href="https://welcome.alkem.io">❔ <b>Learn More</b>: For additional details about Alkemio, check out our website</a>.</p>
<br>
Your account has been successfully created. Please spend some time to further populate your <a style="color:#065F6B; text-decoration: none;" href="{{registrant.profile}}" >profile</a> so that other users and organizations can find you.
<br><br>
<a class="action-button" href="{{registrant.profile}}">YOUR PROFILE</a><br><br>
On the <a style="color:#065F6B; text-decoration: none;" href="https://alkem.io/home">Homepage</a> and <a style="color:#065F6B; text-decoration: none;" href="https://alkem.io/challenges">Challenges page</a> you'll find all available Spaces and Challenges for you to join.
<br>
Looking forward to seeing your interactions and contributions!<br><br>
Sincerely yours,<br><br>
The Alkemio team
<br><br>
<p>We are looking forward to seeing your interactions and contributions!</p>
<p>Warm regards,</p>
<p>The Alkemio Team 🌟</p>
<br><br>
{% endblock %}
${templates.footerBlock}`,
},
Expand Down

0 comments on commit 2837a3c

Please sign in to comment.