josiasmontag / laravel-email-verification

Laravel package to handle user verification using an activation mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email verification for other model?

ExsyDev opened this issue · comments

Can I implement CanVerifyEmailContract on model Comment? I need do email verification for comments system. When guest create comment, he can write email, name, and body of comment. When guest send comment, I need verify email him.