@@ -73,7 +73,7 @@ |
||
| 73 | 73 | 'api', $this->key |
| 74 | 74 | ], |
| 75 | 75 | 'multipart' => [ |
| 76 | - ['name' => 'to', 'contents' => implode(',', $recipients)], |
|
| 76 | + ['name' => 'to', 'contents' => implode(',', $recipients)], |
|
| 77 | 77 | ['name' => 'message', 'contents' => $message->toString(), 'filename' => 'message.mime'], |
| 78 | 78 | ] |
| 79 | 79 | ]); |