File path: dist/twist/Core/Models/Email/Create.model.php
Namespace: Twist\Core\Models\Email
send
— Send the email once all the data ans emails addresses have been added, this by default will user PHP mail unless otherwise specified.
Name | Description |
---|---|
[$blClearCache = true] | n/a |
void — No return information has been documented for this function.
<?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);