question

Dylan Hunt avatar image
Dylan Hunt asked

SendAccountRecoveryEmailRequest shows success, but doesn't send

SendAccountRecoveryEmailRequest request = new SendAccountRecoveryEmailRequest()
{
    TitleId = PLAYFAB_TITLE_ID,
    Email = email
};


PlayFabClientAPI.SendAccountRecoveryEmail(request, (result) =>
{
    // Success >>
    Debug.Log("[PF] Successfully sent email recovery: " + result);


    // Only a status code 200 OK is returned, if successful
},
...

I am getting a successful result, however I never get the email in my inbox using gmail.

Can anyone confirm this works? It used to work, hmm....

Account 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.

1 Answer

·
robert avatar image
robert answered

Works fine here (from GameManager and from the client API), although the recovery mail gets straight into the spam folder

1 comment
10 |1200

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

brendan avatar image brendan commented ·

Yes, it seems to be working from what I can see. Can you check your spam folder and, if it's not there, check with your network admin or ISP to make sure they're not blocking our domain?

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.