Skip to content

Commit 830c261

Browse files
authored
Merge pull request #2 from sendinblue/feature_send-template-attachmentUrl-add
Add attachment url in transactional template send
2 parents 16f5a85 + d01a12d commit 830c261

18 files changed

+506
-49
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ Class | Method | HTTP request | Description
397397
- [SmsCampaignsRecipients](docs/Model/SmsCampaignsRecipients.md)
398398
- [SmtpTemplate](docs/Model/SmtpTemplate.md)
399399
- [SmtpTemplate1](docs/Model/SmtpTemplate1.md)
400+
- [SmtpemailAttachment](docs/Model/SmtpemailAttachment.md)
400401
- [SmtpemailBcc](docs/Model/SmtpemailBcc.md)
401402
- [SmtpemailCc](docs/Model/SmtpemailCc.md)
402403
- [SmtpemailReplyTo](docs/Model/SmtpemailReplyTo.md)
@@ -438,4 +439,4 @@ Be sure to visit the SendinBlue official [documentation website](https://sendinb
438439

439440
If you find a bug, please post the issue on [Github](https://github.com/sendinblue/APIv3-php-library/issues).
440441

441-
As always, if you need additional assistance, drop us a note [here](https://account.sendinblue.com/support).
442+
As always, if you need additional assistance, drop us a note [here](https://account.sendinblue.com/support).

docs/Model/SendEmail.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Name | Type | Description | Notes
77
**email_bcc** | **string[]** | Email addresses of the recipients in bcc | [optional]
88
**email_cc** | **string[]** | Email addresses of the recipients in cc | [optional]
99
**reply_to** | **string** | Email on which campaign recipients will be able to reply to | [optional]
10-
**attachment** | [**\Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]**](SmtptemplatestemplateIdsendAttachment.md) | Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
10+
**attachment_url** | **string** | Absolute url of the attachment (no local file). Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
11+
**attachment** | [**\Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]**](SmtptemplatestemplateIdsendAttachment.md) | Pass the base64 content of the attachment. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
1112
**headers** | **map[string,string]** | | [optional]
1213
**attributes** | **map[string,string]** | | [optional]
1314

docs/Model/SendEmail1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Name | Type | Description | Notes
77
**email_bcc** | **string[]** | Email addresses of the recipients in bcc | [optional]
88
**email_cc** | **string[]** | Email addresses of the recipients in cc | [optional]
99
**reply_to** | **string** | Email on which campaign recipients will be able to reply to | [optional]
10-
**attachment** | [**\Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]**](SmtptemplatestemplateIdsendAttachment.md) | Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
10+
**attachment_url** | **string** | Absolute url of the attachment (no local file). Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
11+
**attachment** | [**\Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]**](SmtptemplatestemplateIdsendAttachment.md) | Pass the base64 content of the attachment. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
1112
**headers** | **map[string,string]** | | [optional]
1213
**attributes** | **map[string,string]** | | [optional]
1314

docs/Model/SendSmtpEmail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**text_content** | **string** | Plain Text body of the message | [optional]
1212
**subject** | **string** | Subject of the message |
1313
**reply_to** | [**\Swagger\Client\Model\SmtpemailReplyTo**](SmtpemailReplyTo.md) | | [optional]
14-
**attachment** | [**\Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]**](SmtptemplatestemplateIdsendAttachment.md) | Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
14+
**attachment** | [**\Swagger\Client\Model\SmtpemailAttachment[]**](SmtpemailAttachment.md) | Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
1515
**headers** | **map[string,string]** | | [optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/Model/SendSmtpEmail1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**text_content** | **string** | Plain Text body of the message | [optional]
1212
**subject** | **string** | Subject of the message |
1313
**reply_to** | [**\Swagger\Client\Model\SmtpemailReplyTo**](SmtpemailReplyTo.md) | | [optional]
14-
**attachment** | [**\Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]**](SmtptemplatestemplateIdsendAttachment.md) | Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
14+
**attachment** | [**\Swagger\Client\Model\SmtpemailAttachment[]**](SmtpemailAttachment.md) | Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
1515
**headers** | **map[string,string]** | | [optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/Model/SmtpemailAttachment.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SmtpemailAttachment
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**url** | **string** | Absolute url of the attachment (no local file). | [optional]
7+
**content** | **string** | Base64 encoded chunk data of the attachment generated on the fly | [optional]
8+
**name** | **string** | Required for content. Name of the attachment | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/Model/SmtptemplatestemplateIdsendAttachment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**url** | **string** | Absolute url of the attachment (no local file). | [optional]
76
**content** | **string** | Base64 encoded chunk data of the attachment generated on the fly | [optional]
87
**name** | **string** | Required for content. Name of the attachment | [optional]
98

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ Class | Method | HTTP request | Description
341341
- [SmsCampaignsRecipients](docs/Model/SmsCampaignsRecipients.md)
342342
- [SmtpTemplate](docs/Model/SmtpTemplate.md)
343343
- [SmtpTemplate1](docs/Model/SmtpTemplate1.md)
344+
- [SmtpemailAttachment](docs/Model/SmtpemailAttachment.md)
344345
- [SmtpemailBcc](docs/Model/SmtpemailBcc.md)
345346
- [SmtpemailCc](docs/Model/SmtpemailCc.md)
346347
- [SmtpemailReplyTo](docs/Model/SmtpemailReplyTo.md)
@@ -373,4 +374,4 @@ Class | Method | HTTP request | Description
373374

374375
- **Type**: API key
375376
- **API key parameter name**: api-key
376-
- **Location**: HTTP header
377+
- **Location**: HTTP header

lib/Model/SendEmail.php

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class SendEmail implements ArrayAccess
5858
'email_bcc' => 'string[]',
5959
'email_cc' => 'string[]',
6060
'reply_to' => 'string',
61+
'attachment_url' => 'string',
6162
'attachment' => '\Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]',
6263
'headers' => 'map[string,string]',
6364
'attributes' => 'map[string,string]'
@@ -72,6 +73,7 @@ class SendEmail implements ArrayAccess
7273
'email_bcc' => 'email',
7374
'email_cc' => 'email',
7475
'reply_to' => 'email',
76+
'attachment_url' => 'url',
7577
'attachment' => null,
7678
'headers' => null,
7779
'attributes' => null
@@ -96,6 +98,7 @@ public static function swaggerFormats()
9698
'email_bcc' => 'emailBcc',
9799
'email_cc' => 'emailCc',
98100
'reply_to' => 'replyTo',
101+
'attachment_url' => 'attachmentUrl',
99102
'attachment' => 'attachment',
100103
'headers' => 'headers',
101104
'attributes' => 'attributes'
@@ -111,6 +114,7 @@ public static function swaggerFormats()
111114
'email_bcc' => 'setEmailBcc',
112115
'email_cc' => 'setEmailCc',
113116
'reply_to' => 'setReplyTo',
117+
'attachment_url' => 'setAttachmentUrl',
114118
'attachment' => 'setAttachment',
115119
'headers' => 'setHeaders',
116120
'attributes' => 'setAttributes'
@@ -126,6 +130,7 @@ public static function swaggerFormats()
126130
'email_bcc' => 'getEmailBcc',
127131
'email_cc' => 'getEmailCc',
128132
'reply_to' => 'getReplyTo',
133+
'attachment_url' => 'getAttachmentUrl',
129134
'attachment' => 'getAttachment',
130135
'headers' => 'getHeaders',
131136
'attributes' => 'getAttributes'
@@ -166,6 +171,7 @@ public function __construct(array $data = null)
166171
$this->container['email_bcc'] = isset($data['email_bcc']) ? $data['email_bcc'] : null;
167172
$this->container['email_cc'] = isset($data['email_cc']) ? $data['email_cc'] : null;
168173
$this->container['reply_to'] = isset($data['reply_to']) ? $data['reply_to'] : null;
174+
$this->container['attachment_url'] = isset($data['attachment_url']) ? $data['attachment_url'] : null;
169175
$this->container['attachment'] = isset($data['attachment']) ? $data['attachment'] : null;
170176
$this->container['headers'] = isset($data['headers']) ? $data['headers'] : null;
171177
$this->container['attributes'] = isset($data['attributes']) ? $data['attributes'] : null;
@@ -286,6 +292,27 @@ public function setReplyTo($reply_to)
286292
return $this;
287293
}
288294

295+
/**
296+
* Gets attachment_url
297+
* @return string
298+
*/
299+
public function getAttachmentUrl()
300+
{
301+
return $this->container['attachment_url'];
302+
}
303+
304+
/**
305+
* Sets attachment_url
306+
* @param string $attachment_url Absolute url of the attachment (no local file). Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez
307+
* @return $this
308+
*/
309+
public function setAttachmentUrl($attachment_url)
310+
{
311+
$this->container['attachment_url'] = $attachment_url;
312+
313+
return $this;
314+
}
315+
289316
/**
290317
* Gets attachment
291318
* @return \Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]
@@ -297,7 +324,7 @@ public function getAttachment()
297324

298325
/**
299326
* Sets attachment
300-
* @param \Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[] $attachment Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez
327+
* @param \Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[] $attachment Pass the base64 content of the attachment. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez
301328
* @return $this
302329
*/
303330
public function setAttachment($attachment)

lib/Model/SendEmail1.php

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class SendEmail1 implements ArrayAccess
5858
'email_bcc' => 'string[]',
5959
'email_cc' => 'string[]',
6060
'reply_to' => 'string',
61+
'attachment_url' => 'string',
6162
'attachment' => '\Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]',
6263
'headers' => 'map[string,string]',
6364
'attributes' => 'map[string,string]'
@@ -72,6 +73,7 @@ class SendEmail1 implements ArrayAccess
7273
'email_bcc' => 'email',
7374
'email_cc' => 'email',
7475
'reply_to' => 'email',
76+
'attachment_url' => 'url',
7577
'attachment' => null,
7678
'headers' => null,
7779
'attributes' => null
@@ -96,6 +98,7 @@ public static function swaggerFormats()
9698
'email_bcc' => 'emailBcc',
9799
'email_cc' => 'emailCc',
98100
'reply_to' => 'replyTo',
101+
'attachment_url' => 'attachmentUrl',
99102
'attachment' => 'attachment',
100103
'headers' => 'headers',
101104
'attributes' => 'attributes'
@@ -111,6 +114,7 @@ public static function swaggerFormats()
111114
'email_bcc' => 'setEmailBcc',
112115
'email_cc' => 'setEmailCc',
113116
'reply_to' => 'setReplyTo',
117+
'attachment_url' => 'setAttachmentUrl',
114118
'attachment' => 'setAttachment',
115119
'headers' => 'setHeaders',
116120
'attributes' => 'setAttributes'
@@ -126,6 +130,7 @@ public static function swaggerFormats()
126130
'email_bcc' => 'getEmailBcc',
127131
'email_cc' => 'getEmailCc',
128132
'reply_to' => 'getReplyTo',
133+
'attachment_url' => 'getAttachmentUrl',
129134
'attachment' => 'getAttachment',
130135
'headers' => 'getHeaders',
131136
'attributes' => 'getAttributes'
@@ -166,6 +171,7 @@ public function __construct(array $data = null)
166171
$this->container['email_bcc'] = isset($data['email_bcc']) ? $data['email_bcc'] : null;
167172
$this->container['email_cc'] = isset($data['email_cc']) ? $data['email_cc'] : null;
168173
$this->container['reply_to'] = isset($data['reply_to']) ? $data['reply_to'] : null;
174+
$this->container['attachment_url'] = isset($data['attachment_url']) ? $data['attachment_url'] : null;
169175
$this->container['attachment'] = isset($data['attachment']) ? $data['attachment'] : null;
170176
$this->container['headers'] = isset($data['headers']) ? $data['headers'] : null;
171177
$this->container['attributes'] = isset($data['attributes']) ? $data['attributes'] : null;
@@ -286,6 +292,27 @@ public function setReplyTo($reply_to)
286292
return $this;
287293
}
288294

295+
/**
296+
* Gets attachment_url
297+
* @return string
298+
*/
299+
public function getAttachmentUrl()
300+
{
301+
return $this->container['attachment_url'];
302+
}
303+
304+
/**
305+
* Sets attachment_url
306+
* @param string $attachment_url Absolute url of the attachment (no local file). Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez
307+
* @return $this
308+
*/
309+
public function setAttachmentUrl($attachment_url)
310+
{
311+
$this->container['attachment_url'] = $attachment_url;
312+
313+
return $this;
314+
}
315+
289316
/**
290317
* Gets attachment
291318
* @return \Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]
@@ -297,7 +324,7 @@ public function getAttachment()
297324

298325
/**
299326
* Sets attachment
300-
* @param \Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[] $attachment Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez
327+
* @param \Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[] $attachment Pass the base64 content of the attachment. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez
301328
* @return $this
302329
*/
303330
public function setAttachment($attachment)

lib/Model/SendSmtpEmail.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class SendSmtpEmail implements ArrayAccess
6262
'text_content' => 'string',
6363
'subject' => 'string',
6464
'reply_to' => '\Swagger\Client\Model\SmtpemailReplyTo',
65-
'attachment' => '\Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]',
65+
'attachment' => '\Swagger\Client\Model\SmtpemailAttachment[]',
6666
'headers' => 'map[string,string]'
6767
];
6868

@@ -402,7 +402,7 @@ public function setReplyTo($reply_to)
402402

403403
/**
404404
* Gets attachment
405-
* @return \Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]
405+
* @return \Swagger\Client\Model\SmtpemailAttachment[]
406406
*/
407407
public function getAttachment()
408408
{
@@ -411,7 +411,7 @@ public function getAttachment()
411411

412412
/**
413413
* Sets attachment
414-
* @param \Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[] $attachment Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez
414+
* @param \Swagger\Client\Model\SmtpemailAttachment[] $attachment Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez
415415
* @return $this
416416
*/
417417
public function setAttachment($attachment)

lib/Model/SendSmtpEmail1.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class SendSmtpEmail1 implements ArrayAccess
6262
'text_content' => 'string',
6363
'subject' => 'string',
6464
'reply_to' => '\Swagger\Client\Model\SmtpemailReplyTo',
65-
'attachment' => '\Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]',
65+
'attachment' => '\Swagger\Client\Model\SmtpemailAttachment[]',
6666
'headers' => 'map[string,string]'
6767
];
6868

@@ -402,7 +402,7 @@ public function setReplyTo($reply_to)
402402

403403
/**
404404
* Gets attachment
405-
* @return \Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[]
405+
* @return \Swagger\Client\Model\SmtpemailAttachment[]
406406
*/
407407
public function getAttachment()
408408
{
@@ -411,7 +411,7 @@ public function getAttachment()
411411

412412
/**
413413
* Sets attachment
414-
* @param \Swagger\Client\Model\SmtptemplatestemplateIdsendAttachment[] $attachment Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez
414+
* @param \Swagger\Client\Model\SmtpemailAttachment[] $attachment Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez
415415
* @return $this
416416
*/
417417
public function setAttachment($attachment)

0 commit comments

Comments
 (0)