detleph / server

Server component of the Detleph event management system
MIT License
1 stars 0 forks source link

Adding Mail-Templates from detleph/email-templates #23

Closed Stefan-5422 closed 2 years ago

Stefan-5422 commented 2 years ago

Currently the server can send emails, but these are just plain text mails. Next up is to implement the mail templates from detleph/email-templates to send out styled emails. After this is complete its time to implement the email verification system.

stephan418 commented 2 years ago

Is this finished? The mail templates should theoretically be working?

Stefan-5422 commented 2 years ago

This is currently still work in progress as the code has been theorethically written but not testet or verified. Also the verifcation system is also not in place yet.

stephan418 commented 2 years ago

Which verification system?

Stefan-5422 commented 2 years ago

Emails templates are now added to the branch:email-verification. The verification is not in place yes.