Hello everyone,
I want to send customized email templates to the players when they request to reset their password, but I don't have a custom server to redirect the players to a website. I use SendAccountRecoveryEmail API for this, and if I don't send any template ID with the request, the default recovery email is sent. My questions is can I customize this template while using the default PlayFab reset password page?
If I can't customize it, is the default recovery email localized depending on the players' profile languages?
Answer by Sarah Zhang · Nov 27, 2020 at 06:20 AM
>> My questions is can I customize this template while using the default PlayFab reset password page?
No, you can’t customize the email content when you use the default PlayFab password reset page(https://player.playfab.com/account/resettitlepassword?token=xxxxxx). Custom email templates only can be used with the custom web form.
>> If I can't customize it, is the default recovery email localized depending on the players' profile languages?
No, PlayFab doesn’t provide the localized text for the default account recovery email. If localizing the default account recovery email is necessary for you, you can try to add a feature request for it.