gpt4 book ai didi

google-apps-script - 使用 Google 应用脚本创建草稿邮件

转载 作者:行者123 更新时间:2023-12-04 01:36:40 25 4
gpt4 key购买 nike

我想知道是否可以使用 Google Apps 脚本创建草稿邮件。
如果是,那怎么可能?

问候,
塞巴斯蒂安

最佳答案

Google 在 2017 年 9 月增加了对生成草稿的支持。来自 the documentation :

// The code below creates a draft email with the current date and time.
var now = new Date();
GmailApp.createDraft("mike@example.com", "current time", "The time is: " + now.toString());

关于google-apps-script - 使用 Google 应用脚本创建草稿邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17660601/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com