Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SocketStream.php

function SocketStream::disableTls

Sets the TLS/SSL on the socket (disables STARTTLS).

Return value

$this

File

vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php, line 86

Class

SocketStream
A stream supporting remote sockets.

Namespace

Symfony\Component\Mailer\Transport\Smtp\Stream

Code

public function disableTls() : static {
    $this->tls = false;
    return $this;
}
RSS feed
Powered by Drupal