rapila / plugin-newsletter

The newsletter plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

handle invalid email addresses

juergmessmer opened this issue · comments

somebody suggested that we would register invalid email addresses

can this happen? any email address for newsletter subscribers are validated, so how

if, then add the following fields to subscriber table

  • is_invalid: boolean
  • validation_error: varchar

is a copy of #9