휴가 설정 관리
설정을 사용하여 계정에 예약된 자동 답장을 구성할 수 있습니다.
가져오기 또는 업데이트하는 방법에 관한 자세한 내용은 설정 참조를 참고하세요.
자동 답장 구성
자동 답장에는 HTML 또는 일반 텍스트로 된 응답 제목과 본문이 필요합니다. 무기한 사용 설정하거나 지정된 기간으로 제한할 수 있습니다. 또한 자동 답장을 알고 있는 연락처 또는 도메인 회원으로 제한할 수 있습니다.
일정 기간 동안 자동 답장을 설정하고 동일한 도메인의 사용자에게만 답장을 제한하는 예시입니다.
자동 답장을 사용 중지하려면 리소스를 업데이트하고 enableAutoReply
를 false
로 설정합니다. endTime
가 구성된 경우 지정된 시간이 지나면 자동 답장이 자동으로 사용 중지됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-01-15(UTC)
[null,null,["최종 업데이트: 2025-01-15(UTC)"],[[["Configure scheduled auto-replies for a Gmail account using the Gmail API's Settings resource."],["Auto-replies require a subject and body, can be time-limited, and restricted to specific contacts or domains."],["Provided code samples (Java and Python) demonstrate enabling auto-reply for a fixed duration and within a domain."],["Disable auto-reply by setting `enableAutoReply` to `false` or letting the `endTime` automatically deactivate it."]]],["The content explains how to configure and manage Gmail's auto-reply feature using the Settings API. Key actions include: enabling auto-reply with a subject and body, setting a duration (start/end time), and restricting it to domain members or contacts. Auto-reply can be enabled indefinitely or for a set period. Code examples demonstrate enabling auto-reply for a week, restricting it to domain members. Disabling the feature requires setting `enableAutoReply` to `false`, or it will auto-disable after the `endTime`.\n"]]