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

# 이메일 메시지 빠른 시작

> 외부 SMTP 서버 연결, 연락처 주소 확인, 계정 복구 및 플레이어 아웃리치를 위한 이메일 템플릿 사용을 통해 PlayFab 이메일을 보냅니다.

PlayFab에서 이메일을 보내려면 사용자 이름과 암호가 있는 자체 외부 SMTP 서버가 있어야 합니다. SMTP 서버를 사용할 수 있게 되면 [추가 기능으로 SMTP 서버 설정](/services/playfab/live-service-management/game-configuration/title-communications/emails/setting-up-an-smtp-server-with-add-ons)을 참조하여 이메일을 보내도록 타이틀을 구성하세요.

<Note>
  테스트용으로 Gmail을 SMTP 서버로 사용할 수 있지만, Gmail의 경우 하루 2,000개의 이메일로 제한됩니다.
</Note>

SMTP 서버가 PlayFab에서 설정되고 구성되면, [연락처 이메일 주소 확인을 위한 규칙 사용](/services/playfab/live-service-management/game-configuration/title-communications/emails/using-a-rule-to-verify-a-contact-email-address) 또는 [이메일 템플릿 사용](/services/playfab/live-service-management/game-configuration/title-communications/emails/using-email-templates-to-send-an-account-recovery-email)에 대한 자습서를 따를 수 있습니다.

또한 다음 API를 사용하여 플레이어의 연락처 정보와 이메일 기능을 관리할 수도 있습니다:

* [AddorUpdateContactEmail](xref:titleid.playfabapi.com.client.accountmanagement.addorupdatecontactemail) - 플레이어의 프로필에 연락처 이메일을 업데이트하거나 추가합니다.
* [RemoveContactEmail](xref:titleid.playfabapi.com.client.accountmanagement.removecontactemail) - 플레이어의 프로필에서 연락처 이메일을 삭제합니다.
* [SendEmailFromTemplate](xref:titleid.playfabapi.com.server.accountmanagement.sendemailfromtemplate) - 플레이어의 기본 연락처 이메일로 템플릿 이메일을 보냅니다.
* [SendAccountRecoveryEmail](xref:titleid.playfabapi.com.admin.accountmanagement.sendaccountrecoveryemail) - 지정된 플레이어에게 계정 복구 이메일을 보냅니다.
* [ResetPassword](xref:titleid.playfabapi.com.admin.accountmanagement.resetpassword) - 지정된 타이틀에 대한 플레이어의 암호를 재설정합니다.
* [GetPlayerIdFromAuthToken](xref:titleid.playfabapi.com.admin.accountmanagement.getplayeridfromauthtoken) - 인증 토큰에서 플레이어의 ID를 가져옵니다.


## Related topics

- [이메일](/ko/services/playfab/live-service-management/game-configuration/title-communications/emails/index.md)
- [PlayFab Engagement 개요](/ko/services/playfab/live-service-management/game-configuration/title-communications/overview.md)
- [일간 이메일 보고서](/ko/services/playfab/data-analytics/learn-data/reports/daily-email-report.md)
- [푸시 알림 빠른 시작](/ko/services/playfab/live-service-management/game-configuration/title-communications/push-notifications/quickstart.md)
- [빠른 시작 Android](/ko/services/playfab/sdks/c/quickstart-android.md)
