TwistPHP Documentation

generateHTMLMessage

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

generateHTMLMessageGenerate a HTML version of a plain message

Return Values

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

Example

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