File path: dist/twist/Core/Models/Email/ProtocolSMTP.model.php
Namespace: Twist\Core\Models\Email
disconnect
— Disconnect the current session (connection)
void — No return information has been documented for this function.
<?php
//Call the function disconnect with the example vars
$resProtocolSMTP = new \Twist\Core\Models\Email\ProtocolSMTP();
$resProtocolSMTP -> disconnect();