简体   繁体   English

Google Apps管理员脚本应用| 转发非管理员电子邮件

[英]Google Apps Admin Script App | Forwarding Non-Admin Emails

I was wondering Script Apps has the ability for a Google Apps domain to influence non-admin accounts. 我想知道Script Apps是否可以让Google Apps域影响非管理员帐户。

Example: I want to forward the email address of a club member to a backup email address without having to log in to the account. 示例:我想将俱乐部会员的电子邮件地址转发到备用电子邮件地址,而无需登录帐户。 The account rolls from a new person from year to year (school organization). 该帐户每年都会由一个新人员(学校组织)进行滚动。

You can use Google Apps Email Setting API for forwarding the mails of your Google Apps Users. 您可以使用Google Apps电子邮件设置API来转发Google Apps用户的邮件。 I have successfully implemented it earlier using UrlFetchApp and oAuth. 我已经使用UrlFetchApp和oAuth成功地实现了它。 Here are few reference links https://developers.google.com/google-apps/email-settings/#manage_forwarding_settings https://developers.google.com/apps-script/service_urlfetch 以下是一些参考链接https://developers.google.com/google-apps/email-settings/#manage_forwarding_settings https://developers.google.com/apps-script/service_urlfetch

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM