Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SendmailTransport.php
SendmailTransport::$command
Type:
command
File
vendor/
symfony/
mailer/
Transport/
SendmailTransport.php
, line 36
Class
SendmailTransport
SendmailTransport for sending mail through a Sendmail/Postfix (etc..) binary.
Namespace
Symfony\Component\Mailer\Transport
Code
private string $command =
'/usr/sbin/sendmail -bs'
;
RSS feed