TwistPHP Documentation

setEncoding

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

setEncodingoptions = 7bit, base64

Parameters

Name Type Description
[$strEncoding = '7bit']stringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strEncoding '7bit';

//Call the function setEncoding with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> setEncoding($strEncoding);