Firebase labels my Confirmation Emails with Cloud Functions as " Spammy Corp.". How can I change it to a different label? #934
Answered by jhuleatt
Verson-tech asked this question in Q&A
-
I have followed step by step guide functions-samples/email-confirmation/ to create email-confirmation for my page |
Beta Was this translation helpful? Give feedback.
Answered by jhuleatt Nov 18, 2021
Replies: 1 comment 1 reply
-
Hi @Verson-tech, you need to edit this line to change the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by jhuleatt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Hi @Verson-tech, you need to edit this line to change the
from
field:functions-samples/email-confirmation/functions/index.js
Line 43 in cb13b84