简体   繁体   中英

I want to send a verification link to users email without using firebase authentication [Flutter]

A website is already made up and I have to make application of that website using flutter but the website is not using Firebase authentication and sending email verification link to the registering user . I want to do the same same thing using flutter that is send a verification link to the users mail and get status if the user is verified or not.

for this SMTP(Simple Mail Transfer Protocol) we are using,

in flutter there is package mailer

it is an easy to use library for composing and sending emails in Dart.

Mailer supports file attachments and HTML emails.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM