TwistPHP Documentation

__construct

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

__constructGenerate and send full multi-lingual multi-part HTML emails with the ability to add attachments. Fully customisable with Char encoding, message encoding, priority and sensitivity.

Return Values

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

Example

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