To avoid abuse and spam a signup confirmation email is needed.
- After signup send out an email with a unique link and add the subscriber with a new email confirmed flag.
- A new handler is needed to toggle that flag upon a click onto that link.
- When a new news item is created, only subscribers who have confirmed their subscription and those who are not disabled must be sent notifications.
To avoid abuse and spam a signup confirmation email is needed.