Auth Email限制Firebase Free帐户中的密码重置 [英] Auth Email limits password reset in Firebase Free account

查看:50
本文介绍了Auth Email限制Firebase Free帐户中的密码重置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Angular和Firebase来建立一个新的应用程序.我仅使用身份验证系统.但是就像Firebase文档中所说的那样,每天只能发送150封电子邮件来重置密码.

I'm setting up a new application using Angular with Firebase. I'm using only Auth system. But like said in the Firebase docs, only 150 emails/day can be sent for Password reset.

https://firebase.google.com/docs/auth/limits#email_limits

我有两个问题:

1)如果用户发送了垃圾邮件恢复密码"按钮(使用功能 sendPasswordResetEmail()),它会消耗此电子邮件限制吗?如果是,该如何预防?(文档: https://firebase.google.com/docs/reference/js/firebase.auth.Auth.html#sendpasswordresetemail )

1) If a user spam the recover password button (that use the function sendPasswordResetEmail() ) does it consume this email limit ? If yes how to prevent that ? (Doc: https://firebase.google.com/docs/reference/js/firebase.auth.Auth.html#sendpasswordresetemail )

2) Firebase项目设置中的SMTP参数(自己的服务器或其他邮件服务)是否使用电子邮件限制?

2) Does the SMTP parameters (own server or other mail service) from Firebase project settings use the email limits ?

推荐答案

每天密码重设限制的150封电子邮件适用于通过Google邮件服务器发送的电子邮件.如果请求被标识为垃圾邮件,并且没有发送电子邮件,则不算在内.如果未识别垃圾邮件请求并发送了电子邮件,则该邮件确实会被计算在内.如果您遇到垃圾邮件问题并因此而达到此限制(或其他限制),请到达寻求Firebase支持以获得故障排除方面的个性化帮助

The 150 emails per day for passwords resets limit applies to emails sent through Google's mail servers. If requests are identified as spam, and email doesn't get sent, they don't count. If spam requests are not identified and email is sent, it does get counted. If you're running into spam problems and hit this (or other limits) because of that, reach out to Firebase support for personalized help in troubleshooting

此限制适用于通过Google邮件服务器发送的电子邮件,如果您使用自己的邮件服务器,则该限制不适用.

The limit is on emails sent through Google's mail servers, if you use your own mail server, the limit doesn't apply.

这篇关于Auth Email限制Firebase Free帐户中的密码重置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆