jcserv / ulinks

ULinks is an open source website serving as a group chat directory enabling students to join group chats for courses or communities within their school.
3 stars 8 forks source link

🛠ī¸ Refactor: Email Template with ejs #92

Closed jcserv closed 3 years ago

jcserv commented 3 years ago

Motivation 🏁

The way we're currently handling the email template is storing it as a huge string.

Describe your refactoring solution 🛠ī¸

  1. Install ejs
  2. Convert the email template to an ejs/html template

Additional details ℹī¸

https://dev.to/kushal/email-templating-with-ejs-node-sendgrid-l4k