File path: dist/twist/Core/Models/Email/ProtocolSMTP.model.php
Namespace: Twist\Core\Models\Email
Type: Model
ProtocolSMTP
—
<?php
//Set the variables for the example
$strHost = 'foo';
$intPort = 25;
//Call the function connect with the example vars
$resProtocolSMTP = new \Twist\Core\Models\Email\ProtocolSMTP();
$resProtocolSMTP -> connect($strHost, $intPort);
Method | Access | Returns |
---|---|---|
setTimeout | public | void |
getLastMessage | public | void |
connect | public | void |
connected | public | void |
disconnect | public | void |
login | public | void |
useFromParam | public | void |
from | public | void |
to | public | void |
subject | public | void |
body | public | void |
send | public | void |
communicate | protected | void |