function TransportInterface::send
Same name in this branch
- 11.1.x vendor/open-telemetry/sdk/Common/Export/TransportInterface.php \OpenTelemetry\SDK\Common\Export\TransportInterface::send()
Throws
3 methods override TransportInterface::send()
- AbstractTransport::send in vendor/
symfony/ mailer/ Transport/ AbstractTransport.php - RoundRobinTransport::send in vendor/
symfony/ mailer/ Transport/ RoundRobinTransport.php - Transports::send in vendor/
symfony/ mailer/ Transport/ Transports.php
File
-
vendor/
symfony/ mailer/ Transport/ TransportInterface.php, line 32
Class
- TransportInterface
- Interface for all mailer transports.
Namespace
Symfony\Component\Mailer\TransportCode
public function send(RawMessage $message, ?Envelope $envelope = null) : ?SentMessage;