saran-surya / email_auth

A Flutter package to verify emails using OTP
https://pub.dev/packages/email_auth
MIT License
38 stars 14 forks source link

Will it check for fake email #48

Closed PupuNooler43 closed 2 years ago

PupuNooler43 commented 2 years ago

I want to know. This liberly can check fake email for email authen feature.

saran-surya commented 2 years ago

Hi @PupuNooler43 , this will not check if the email is fake or not, it will send an OTP to the email provided, ans in return if you get the correct OTP, then that states the mail id is legit, else no.

Hope your doubt is cleared .

PupuNooler43 commented 2 years ago

Thank you.