如何更改发送我的谷歌表单脚本电子邮件的电子邮件。
该表格可供 4 个 Google 帐户访问。我把它写在我的身上。我希望它从另一个帐户发送,即nobodys 个人电子邮件。
任何的想法?
作为记录,这在很大程度上是脚本
函数 generatePost(e){
var html = "hello";
// sends from my personal email
MailApp.sendEmail(e.values[7], ' ok!, ' + e.values[2], html,{htmlBody: html});
}
https://developers.google.com/apps-script/reference/mail/mail-app