TwistPHP Documentation

from

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

from

Parameters

Name Type Description
$strFromAddressstringn/a

Return Values

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

Example

<?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);