TwistPHP Documentation

send

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

send

Parameters

Name Type Description
$strEmailSourcestringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strEmailSource 'foo';

//Call the function send with the example vars
$resProtocolNative = new \Twist\Core\Models\Email\ProtocolNative();
$resProtocolNative -> send($strEmailSource);