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

# PFAccountManagementSendEmailFromTemplateRequest

> PFAccountManagementSendEmailFromTemplateRequest 데이터 모델. 연결된 연락처 전자 메일이 있는 플레이어에게만 전자 메일을 보냅니다.

PFAccountManagementSendEmailFromTemplateRequest 데이터 모델. 연결된 연락처 전자 메일이 있는 플레이어에게만 전자 메일을 보냅니다. 보낼 전자 메일 템플릿을 지정하는 전자 메일 템플릿 ID를 사용합니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementSendEmailFromTemplateRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* emailTemplateId;  
    const char* playFabId;  
} PFAccountManagementSendEmailFromTemplateRequest;  
```

### 멤버

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*nullptr일 수 있음*

(선택 사항) 요청과 관련된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

**`customTagsCount`**   uint32\_t

customTags의 개수

**`emailTemplateId`**   const char\*<br />*null로 종료됨*

보낼 전자 메일 템플릿의 전자 메일 템플릿 ID입니다.

**`playFabId`**   const char\*<br />*null로 종료됨*

작업이 수행될 사용자의 고유 PlayFab 할당 ID입니다.

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

[PFAccountManagementTypes 멤버](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)
