question

gage avatar image
gage asked

Resend Registration Confirmation Email | Verification Status

Hi,

Basically I followed the send register email to confirm account official tutorial, and all works fine, but in my HTML custom code I formatted the '$ConfirmationUrl$' wrong, so it just sent the layout and everything with a failed button.

Id like to know what i can do about RESENDING a confirmation email so i can have my users manually send a confirmation email just in case. I have a the process for the password reset, not need one for sending another confirmation email.

Can anyone lend assistance with this?

unity3dAccount Management
10 |1200

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

gage avatar image
gage answered

@comc Thanks for the suggestion. However i create a per user solution that i can run when the user attempts a login. Itll check "ContactEmailAddresses[0].VerificationStatus == EmailVerificationStatus.Confirmed" and if not then itll run:

https://api.playfab.com/documentation/server/method/SendEmailFromTemplate

10 |1200

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

comc avatar image
comc Deactivated answered

You will need to run a scheduled task to query across all your users to see the status of VerificationStatus and build a new list of users to send your updated template to.

https://api.playfab.com/documentation/server/datatype/playfab.server.models/PlayFab.Server.Models.ContactEmailInfoModel

10 |1200

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

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.