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