TwistPHP Documentation

encodeMultipartMessage

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

encodeMultipartMessageEncode the multi-part email with all the correct headers and boundaries

Return Values

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

Example

<?php
//Call the function encodeMultipartMessage with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> encodeMultipartMessage();