質問編集履歴
1
メール送信のコードを追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -31,6 +31,8 @@
|
|
31
31
|
'htmlBody': htmlBody,
|
32
32
|
};
|
33
33
|
|
34
|
+
GmailApp.sendEmail(e.parameter.email, subject, 'plain body', options);
|
35
|
+
|
34
36
|
```
|
35
37
|
|
36
38
|
### 試したこと・調べたこと
|