This is an optional command for SMTP that this class does not support.This method is here to make the RFC821 Definition complete for this class and <em>may</em> be implemented in future.Implements from RFC 821: TURN <CRLF>.
1224publicfunctionturn()1225{1226$this->setError('The SMTP TURN command is not implemented');1227$this->edebug('SMTP NOTICE: '.$this->error['error'],self::DEBUG_CLIENT);12281229returnfalse;1230}
Signature, return type and hooks compared across 5 parsed releases.
About this page
Parsed data
Generated from the wordpress-develop 7.0.4 tag, from src/wp-includes/PHPMailer/SMTP.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.