enBloc-org / kindly

GNU General Public License v3.0
17 stars 22 forks source link

Email templates need to be set for the development environment ❤️‍🩹 #251

Closed camelPhonso closed 1 month ago

camelPhonso commented 3 months ago

Expected Behaviour

When a new user is set up or a new conversation is started the notification emails sent through to the user should be formatted by a template set in our database project.

Current Behaviour

At the moment developers do not have these templates reflected in their local environment. The definition for these templates needs to be added to the config.toml file for supabase so that we replicate the actual user experience in the development stage

Steps to Reproduce

  1. In your local start up the supabase project
  2. Run npm run dev and start a new conversation or create a new user
  3. Visit the Inbucket URL for your containerised project
  4. Enter the email address you have provided for your user
  5. View the email sent through as a notification
camelPhonso commented 3 months ago

Following a spike from a separate issue this documentation highlights the exact setup for our email templates 📄