File path: dist/twist/Core/Models/Email/ProtocolSMTP.model.php
Namespace: Twist\Core\Models\Email
send
—
Name | Description |
---|---|
$strEmailSource | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strEmailSource = 'foo';
//Call the function send with the example vars
$resProtocolSMTP = new \Twist\Core\Models\Email\ProtocolSMTP();
$resProtocolSMTP -> send($strEmailSource);