【发布时间】:2021-06-23 02:00:05
【问题描述】:
我在将 Firebase 验证电子邮件发送到垃圾邮件文件夹时遇到问题,因此我决定更改电子邮件模板,如下所示:
发件人姓名:从“noreply”到“AppName”。 来自:从“noreply@...firebaseapp.com”到“verification@...firebaseapp.com”
但我仍然收到旧的 noreply 电子邮件。任何想法为什么?
我这样发送电子邮件(Swift):
Auth.auth().sendSignInLink(toEmail: emailAddress, actionCodeSettings: actionCodeSettings)
【问题讨论】:
标签: ios swift firebase firebase-authentication