有什么方法可以使用 gmail api 安排邮件吗?

Is there any way to schedule mail using gmail api?

我目前正在使用 gmail "GTLGmail" 查询是否有任何方式或查询来安排邮件。

我已经完成了 https://developers.google.com/gmail/api/guides,但我找不到任何解决方案。

提前致谢。

Gmail API 没有日程安排功能。您可以像 Jorden 在评论中提到的那样,通过将电子邮件暂时保存在您自己的服务器上来解决它,或者您可以查看 App Engine Cron Service

您可以尝试 Mail Scheduler (https://github.com/siquylee/mail-scheduler) Mail Scheduler 是 Gmail 工具箱,用于使用 Google 电子表格和表格发送预定电子邮件和重复电子邮件。 Mail Scheduler 不是网络应用程序或浏览器扩展。如果您熟悉 Microsoft Office,您可以认为 Mail Scheduler 是 Excel 支持宏的工作簿。

P.S。我是 Mail Scheduler

的作者