interface MailerInterface
Interface for mailers able to send emails synchronously and/or asynchronously.
Implementations must support synchronous and asynchronous sending.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- interface \Symfony\Component\Mailer\MailerInterface
Expanded class hierarchy of MailerInterface
All classes that implement MailerInterface
1 file declares its use of MailerInterface
- SymfonyMailer.php in core/
lib/ Drupal/ Core/ Mail/ Plugin/ Mail/ SymfonyMailer.php
File
-
vendor/
symfony/ mailer/ MailerInterface.php, line 24
Namespace
Symfony\Component\MailerView source
interface MailerInterface {
/**
* @throws TransportExceptionInterface
*/
public function send(RawMessage $message, ?Envelope $envelope = null) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
MailerInterface::send | public | function | 1 |