更改各个邮箱上的 Gmail 邮件路由

发布于 2024-09-03 09:02:46 字数 507 浏览 8 评论 0原文

我们正在为 Google Apps 域之一使用双重递送,并且需要能够禁用向 Gmail 帐户递送邮件。您可以通过管理界面手动更新每个用户的设置,方法是取消选中“电子邮件路由”部分中“Google Apps 电子邮件”旁边的框。

来自 Google Apps API 文档python 库 我似乎没有以编程方式为每个用户禁用“Google Apps Email”的电子邮件路由。有谁知道这是否可能?

我能找到的唯一与路由相关的方法是在域级别而不是用户级别。

gdata.apps.adminsettings.service

谢谢!

We are using dual delivery for one of our Google Apps domains and need to be able to disable mail delivery to the Gmail account. You can manually update the settings on a per user basis through the Admin interface by unchecking the box next to "Google Apps Email" in the Email routing section.

From the Google Apps API documentation for the python library it does not appear that I programmatically disable the email routing for "Google Apps Email" on a per user basis. Does anyone know if it's possible?

The only routing related method I can find is at the Domain level and not the user level.

gdata.apps.adminsettings.service

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

埋葬我深情 2024-09-10 09:02:46

正如您所发现的,无法通过 API 控制每个用户的路由。不过,您可以通过电子邮件设置 API 设置和清除用户的自动转发。请注意,用户有权访问此设置,因此他们可能会对其进行修改。另请注意,Google 对可以通过 API 自动转发到的域设置了限制(请参阅链接)

http://googleappsupdates.blogspot.com/2010/05/gmail-now-requires-verification-of.html

杰伊

As you found there is no way to control the per-user routing via the APIs. You can however set and clear the user's autoforward via the Email Settings API. Note that users have access to this setting so they could potentially modify it. Also note that Google has placed restrictions on what domains can be autoforwarded to via the API (see link)

http://googleappsupdates.blogspot.com/2010/05/gmail-now-requires-verification-of.html

Jay

别挽留 2024-09-10 09:02:46

@Jay 是对的,但是有一个

@Jay is right, however there is an issue here. The more support it gets the sooner this will be available.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文