运行以下代码时出现错误:
无法发送电子邮件:没有收件人
代码嵌入在链接到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});