回答編集履歴

1

送信がある場合にのみメール送信

2020/07/29 23:12

投稿

macaron_xxx
macaron_xxx

スコア3191

test CHANGED
@@ -62,9 +62,9 @@
62
62
 
63
63
  var rangeS = ss.getRange('S' + i).getValue();
64
64
 
65
+ GmailApp.sendEmail(address, subject, MailText,options );
66
+
65
67
  }
66
-
67
- GmailApp.sendEmail(address, subject, MailText,options );
68
68
 
69
69
  }
70
70