dericf/twitter-clone-server-fastapi

Add checkbox on register page to allow/disallow receiving email notifications

Opened this issue · 0 comments

The emails that should be sent are when a user sends them a message/comments/likes a tweet, etc. when the user is not online.

If the user is online, the websocket listener would catch the notification and it wouldn't send out an email.

The email unsubscribe functionality has to be in place before this is implemented.