topicquests / sensecraft

GNU Affero General Public License v3.0
7 stars 1 forks source link

email validation #173

Closed maparent closed 1 year ago

maparent commented 2 years ago

When a user creates an email, we need to check whether the email actually belongs to the user. Sending emails will not be done in Postgres or postgrest, we need another server side component. May be associated with the dispatcher (#68) or the scheduler (#181)

maparent commented 2 years ago

There will be no separate scheduler, so dispatcher it is.