Google脚本“无法发送电子邮件:没有收件人”,但是电子邮件到达了

时间:2019-06-04 11:54:56

标签: google-apps-script google-sheets google-form

运行以下代码时出现错误:

  

无法发送电子邮件:没有收件人

代码嵌入在链接到Google表单的Google电子表格项目中。 即使电子邮件变量的值正确,在@echo off (for /f "tokens=1-3,* delims=;:" %%A in ('findstr /n "^" "test_output.txt"') do ( if "%%B"=="" echo/ for /f "tokens=1,*" %%M in ("%%C") do ( echo/%%B;%%M;%%N;%%D ) ))>tmp.txt goto :eof 调用中也会出现错误。此外,收件人会收到电子邮件,但代码不会继续。 下面提供的代码:

MailApp.sendEmail(email, subject, body, {htmlBody: body, attachments: pdf});

0 个答案:

没有答案