File path: dist/twist/Core/Models/Email/Create.model.php
Namespace: Twist\Core\Models\Email
attachmentHeaders
— Set all the required attachment headers for each attachment.
Name | Description |
---|---|
$strBoundary | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strBoundary = 'foo';
//Call the function attachmentHeaders with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> attachmentHeaders($strBoundary);