使用Google MailApp.sendeMail发送邮件后向文档所有者发送传递状态通知

时间:2014-08-26 13:38:41

标签: google-apps-script gmail google-sheets google-docs

我有一个使用Course Registration Template

的Google电子表格

该脚本使用MailApp.sendMail发送邮件。我没有修改它。

drive.google.com中文档的所有者为course@mydomain.com

当用户注册课程时,他会收到确认电子邮件,我会收到course@mydomain.com的邮件,上面写着:

  

交付给以下收件人永久失败:
course@mydomain.com

     

永久性故障的技术细节:
  您尝试访问的电子邮件帐户不存在。请尝试仔细检查收件人的电子邮件地址是否存在拼写错误或不必要的空格。请访问http://support.google.com/mail/bin/answer.py?answer=6596

了解详情

为什么我在course@mydomain.com收到一条消息,指出无法接收到course@mydomain.com的消息?

1 个答案:

答案 0 :(得分:0)

我有同样的问题。我原本没有设置一个gmail acocunt。我使用了我的hotmail地址。每次使用GmailApp.sendEmail时,我都收到了“传递状态通知”失败消息。 昨天我在我的帐户上设置了gmail。现在通话工作正常。没有错误。 尝试将您的帐户与Gmail地址相关联,看看是否有效。