简体   繁体   English

我想在不使用 Firebase 身份验证的情况下向用户电子邮件发送验证链接 [Flutter]

[英]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 .一个网站已经建立,我必须使用 flutter 申请该网站,但该网站未使用 Firebase 身份验证并向注册用户发送电子邮件验证链接。 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.我想使用 flutter 做同样的事情,即向用户邮件发送验证链接并获取用户是否通过验证的状态。

for this SMTP(Simple Mail Transfer Protocol) we are using,对于我们使用的这个 SMTP(简单邮件传输协议),

in flutter there is package mailer在颤振中有包裹邮寄者

it is an easy to use library for composing and sending emails in Dart.它是一个易于使用的库,用于在 Dart 中撰写和发送电子邮件。

Mailer supports file attachments and HTML emails. Mailer 支持文件附件和 HTML 电子邮件。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Firebase中使用电子邮件链接验证身份验证链接SMS OTP身份验证 - Link SMS OTP authentication with Email link verification authentication in firebase 我想为新用户设置规则以在Android应用的Firebase身份验证中通过管理员获得注册验证 - I want to set rules for new users to get signup verification by Admin in Firebase authentication for android app 我想将 email 验证发送到 firebase 中未用于注册帐户的另一个帐户 - I want to send email verification to another account in firebase that is not used for sign up of account Firebase android 如何发送验证 email 没有登录? - Firebase android how to send verification email without sign in? 如何使用 Firebase 发送验证电子邮件? - How to send verification email with Firebase? 我想不使用Gmail应用程序发送带有附件的电子邮件 - I want to send email with an attachment without using gmail application 从身份验证列表中向 Firebase 上的所有用户发送 email - Send an email to all the users on Firebase from Authentication list OTP 验证在 flutter 没有 Firebase - OTP Verification in flutter without Firebase 发送电子邮件身份验证消息以使用他们的电子邮件添加新用户 - send the email authentication message for adding new users using their email 如何将 Firebase 电话身份验证与电子邮件/密码身份验证联系起来? - How Can I Link Firebase Phone Authentication with Email/Password Authentication?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM