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

Breadcrumb

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

function SmtpTransport::doHeloCommand

1 call to SmtpTransport::doHeloCommand()
SmtpTransport::start in vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php

File

vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php, line 253

Class

SmtpTransport
Sends emails over SMTP.

Namespace

Symfony\Component\Mailer\Transport\Smtp

Code

private function doHeloCommand() : void {
    $this->executeCommand(\sprintf("HELO %s\r\n", $this->domain), [
        250,
    ]);
}
RSS feed
Powered by Drupal