File path: dist/twist/Core/Models/Email/ProtocolSMTP.model.php
Namespace: Twist\Core\Models\Email
communicate
— Send and read data from the FTP connection, this function is used to send and receive all comms with the FTP server.
Name | Description |
---|---|
[$strRequestString = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strRequestString = null;
//Call the function communicate with the example vars
$resProtocolSMTP = new \Twist\Core\Models\Email\ProtocolSMTP();
$resProtocolSMTP -> communicate($strRequestString);