TwistPHP Documentation

send

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

sendSend the email once all the data ans emails addresses have been added, this by default will user PHP mail unless otherwise specified.

Parameters

Name Type Description
[$blClearCache = true]booleann/a

Return Values

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

Example

<?php
//Set the variables for the example
$blClearCache true;

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