I had issues with Firebase verification emails going to the spam folder and I decided to change the email template like this:
Sender name: from 'noreply' to 'AppName'. From: from '[email protected]' to '[email protected]'
But I still get the old noreply emails. Any ideas why?
I send the email like this (Swift):
Auth.auth().sendSignInLink(toEmail: emailAddress, actionCodeSettings: actionCodeSettings)