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

# PFAccountManagementServerSendCustomAccountRecoveryEmailAsync

> 계정 복구 이메일 템플릿을 기반으로 사용자 계정에 등록된 연락처 이메일 주소로 강제로 이메일을 전송합니다.

계정 복구 이메일 템플릿을 기반으로 사용자 계정에 등록된 연락처 이메일 주소로 강제로 이메일을 전송합니다.

## 구문

```cpp theme={null}
HRESULT PFAccountManagementServerSendCustomAccountRecoveryEmailAsync(  
    PFEntityHandle titleEntityHandle,  
    const PFAccountManagementSendCustomAccountRecoveryEmailRequest* request,  
    XAsyncBlock* async  
)  
```

### 매개 변수

**`titleEntityHandle`**   PFEntityHandle

PFAuthenticationGetEntityWithSecretKeyAsync를 사용하여 얻은 타이틀 Entity의 PFEntityHandle입니다.

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

채워진 요청 객체입니다.

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

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

### 반환 값

형식: HRESULT

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

## 설명

이 API는 Win32, Linux 및 macOS에서 사용할 수 있습니다. 유효한 이메일 주소 또는 사용자 이름이 있는 PlayFab 계정은 이 API를 사용하여 비밀번호 재설정 이메일을 받을 수 있습니다. 전송되는 이메일은 계정 복구 이메일 템플릿이어야 합니다. 사용자 이름 또는 이메일을 전달하여 이메일을 보낼 수 있습니다. XAsyncGetStatus를 호출하여 작업의 상태를 가져옵니다. 서비스 호출이 실패하면 비동기 결과는 E\_PF\_EMAIL\_CLIENT\_CANCELED\_TASK, E\_PF\_EMAIL\_CLIENT\_TIMEOUT, E\_PF\_EMAIL\_MESSAGE\_TO\_ADDRESS\_IS\_MISSING, E\_PF\_EMAIL\_TEMPLATE\_MISSING, E\_PF\_NO\_CONTACT\_EMAIL\_ADDRESS\_FOUND, E\_PF\_SMTP\_ADDON\_NOT\_ENABLED 또는 전역 PlayFab 서비스 오류 중 하나가 됩니다. 오류 처리에 대한 자세한 내용은 “Handling PlayFab Errors” 문서 페이지를 참조하세요.

## 요구 사항

**헤더:** PFAccountManagement.h

## 참고 항목

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


## Related topics

- [PFAccountManagementSendCustomAccountRecoveryEmailRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendcustomaccountrecoveryemailrequest.md)
- [PFAccountManagementSendAccountRecoveryEmailRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendaccountrecoveryemailrequest.md)
- [PFAccountManagementClientSendAccountRecoveryEmailAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientsendaccountrecoveryemailasync.md)
- [PFAccountManagementServerSendEmailFromTemplateAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserversendemailfromtemplateasync.md)
- [PFAccountManagementServerUnlinkServerCustomIdAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverunlinkservercustomidasync.md)
