File path: dist/twist/Core/Models/Email/Create.model.php
Namespace: Twist\Core\Models\Email
useSMTP
—
Name | Description |
---|---|
$strHost | n/a |
$intPort | n/a |
$strUsername | n/a |
$strPassword | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strHost = 'foo';
$intPort = 124;
$strUsername = 'foo';
$strPassword = 'foo';
//Call the function useSMTP with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> useSMTP($strHost, $intPort, $strUsername, $strPassword);