> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFAccountManagementClientSendAccountRecoveryEmailAsync

> 사용자 계정에 등록된 이메일 주소로 비밀번호를 변경할 수 있는 링크가 포함된 이메일을 강제로 전송합니다. 계정이.

사용자 계정에 등록된 이메일 주소로 비밀번호를 변경할 수 있는 링크가 포함된 이메일을 강제로 전송합니다. 계정 복구 이메일 템플릿 ID가 제공된 경우, 사용자 지정 이메일 템플릿을 사용하는 이메일이 사용됩니다.

## Syntax

```cpp theme={null}
HRESULT PFAccountManagementClientSendAccountRecoveryEmailAsync(  
    PFServiceConfigHandle serviceConfigHandle,  
    const PFAccountManagementSendAccountRecoveryEmailRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`serviceConfigHandle`**   PFServiceConfigHandle

PFServiceConfigCreateHandle 호출에서 반환된 PFServiceConfigHandle입니다.

**`request`**   [PFAccountManagementSendAccountRecoveryEmailRequest\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendaccountrecoveryemailrequest)

채워진 요청 개체입니다.

**`async`**   XAsyncBlock\*<br />*Inout*

비동기 작업을 위한 XAsyncBlock입니다.

### Return value

Type: HRESULT

이 API 작업의 결과 코드입니다.

## Remarks

이 API는 Win32, Linux 및 macOS에서 사용할 수 있습니다. 해당 계정이 '임시' 계정인 경우(예: LoginFromIOSDeviceID 호출을 통해 생성된 계정), 이 함수는 아무런 효과가 없습니다. 유효한 이메일 주소가 있는 PlayFab 계정만 이 API를 사용하여 비밀번호 재설정 이메일을 받을 수 있습니다. XAsyncGetStatus를 호출하여 작업 상태를 가져옵니다. 서비스 호출이 실패한 경우, 비동기 결과는 E\_PF\_EMAIL\_RECIPIENT\_BLACKLISTED, E\_PF\_INVALID\_EMAIL\_ADDRESS, E\_PF\_NO\_CONTACT\_EMAIL\_ADDRESS\_FOUND, E\_PF\_SMTP\_ADDON\_NOT\_ENABLED 또는 전역 PlayFab 서비스 오류 중 하나가 됩니다. 오류 처리에 대한 자세한 내용은 문서 페이지 "Handling PlayFab Errors"를 참조하십시오.

## Requirements

**Header:** PFAccountManagement.h

## See also

[PFAccountManagement members](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)


## Related topics

- [Services C API 개요 - PFAccountManagement.h](/ko/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members.md)
- [PFAccountManagementServerSendCustomAccountRecoveryEmailAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserversendcustomaccountrecoveryemailasync.md)
- [PFAccountManagementSendAccountRecoveryEmailRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendaccountrecoveryemailrequest.md)
- [PFAccountManagementSendCustomAccountRecoveryEmailRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendcustomaccountrecoveryemailrequest.md)
- [PFAccountManagementServerSendEmailFromTemplateAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserversendemailfromtemplateasync.md)
