question

renatoaruffo avatar image
renatoaruffo asked

Copy Login email to Contact info

Hi, I am relaunching my game, so I want to send a email to everyone that registered to my game in the past. But I never asked the contact e-mail, so it is blank.

Is there a way to send email to everyone's login email?

Or is there a way to copy the login email to the contact email?

I can't do it manually, there is over 100k players registered.

Thank you

Player Data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

If the contact email part has never been set up for the players, you could use a ScheduledTask to execute the Function for all players and call the Admin Api SendAccountRecoveryEmail in the AzureFunction using the player's login email and the ID of the recovery account type email template (if the contact email has never been set up, this Api will use the login email) to send email to players.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

renatoaruffo avatar image renatoaruffo commented ·

thank you, I have no idea how to do that, is there any documentation to set that up?

thank you for the support

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.