回答編集履歴

2

インラインイメージの場合と画像を付け加え

2020/03/07 13:04

投稿

officeforest
officeforest

スコア412

test CHANGED
@@ -5,6 +5,14 @@
5
5
 
6
6
 
7
7
  **[サンプル:グラフをメールで送信するサンプル](https://docs.google.com/spreadsheets/d/1P7Eeyqjdtr8_v6gdVNzSKCiA1KBJpEXshcfTgpIbgZo/copy)**
8
+
9
+
10
+
11
+ **[参考:Google Apps Scriptでグラフをメールに添付して送る](https://officeforest.org/wp/info/google-apps-script%e3%81%a7%e3%82%b0%e3%83%a9%e3%83%95%e3%82%92%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%ab%e6%b7%bb%e4%bb%98%e3%81%97%e3%81%a6%e9%80%81%e3%82%8b/)**
12
+
13
+
14
+
15
+ ![イメージ説明](c88cfe396188508b6eebcf4572f7bf42.png)
8
16
 
9
17
 
10
18
 
@@ -70,6 +78,14 @@
70
78
 
71
79
  attachments: [image]
72
80
 
81
+ //htmlBody: '<img src="cid:preview"><br/>', //inlineで送る時はhtmlBodyにこうする
82
+
83
+ //inlineImages: {
84
+
85
+ // preview: image,
86
+
87
+ //}
88
+
73
89
  });
74
90
 
75
91
 

1

一部変数を修正

2020/03/07 13:04

投稿

officeforest
officeforest

スコア412

test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  //生成先のフォルダを指定
36
36
 
37
- var folderId = '1fVRnWn9Y1bMVWak7-Orvpcg1m3j-i_nJ';
37
+ var folderId = 'ここに生成先フォルダーのID';
38
38
 
39
39
 
40
40