TwistPHP Documentation

attachmentHeaders

File path: dist/twist/Core/Models/Email/Create.model.php
Namespace: Twist\Core\Models\Email
Extends:

attachmentHeadersSet all the required attachment headers for each attachment.

Parameters

Name Type Description
$strBoundarystringn/a

Return Values

void — No return information has been documented for this function.

Example

<?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);