回答編集履歴
1
追記
answer
CHANGED
@@ -10,4 +10,10 @@
|
|
10
10
|
|
11
11
|
[Send an Email to Multiple Recipients](https://github.com/sendgrid/sendgrid-php/blob/master/USE_CASES.md#single-email-multiple-recipients)
|
12
12
|
|
13
|
-
というサンプルが見つかります。答えは、そのサンプルに書かれていますね。
|
13
|
+
というサンプルが見つかります。答えは、そのサンプルに書かれていますね。
|
14
|
+
|
15
|
+
----
|
16
|
+
|
17
|
+
(追記)
|
18
|
+
setSmtpapiTos は、おそらく「V3 Mail PHPライブラリ」ではない別の PHP ライブラリのメソッドだと思います。
|
19
|
+
名前からすると [smtpapi-php](https://github.com/sendgrid/smtpapi-php) あたりでしょうか。
|