مدیریت تنظیمات تعطیلات
می توانید از تنظیمات برای پیکربندی پاسخ خودکار برنامه ریزی شده برای یک حساب استفاده کنید.
برای اطلاعات در مورد نحوه دریافت یا به روز رسانی ، به مرجع تنظیمات مراجعه کنید.
پیکربندی پاسخ خودکار
پاسخ خودکار به موضوع و متن پاسخ نیاز دارد، HTML یا متن ساده. می توان آن را به طور نامحدود فعال کرد یا به مدت زمان مشخصی محدود کرد. همچنین می توانید پاسخ خودکار را به مخاطبین یا اعضای دامنه شناخته شده محدود کنید.
مثالی از تنظیم یک پاسخ خودکار برای یک دوره زمانی ثابت، محدود کردن پاسخ به کاربران در همان دامنه:
برای غیرفعال کردن پاسخ خودکار، منبع را به روز کنید و enableAutoReply
روی false
تنظیم کنید. اگر یک endTime
پیکربندی شده باشد، پس از گذشت زمان مشخص شده، پاسخ خودکار به طور خودکار غیرفعال می شود.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی."],[[["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"]]