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