class Transport implements Swift_Transport (View source)
| array | $plugins | The plug-ins registered with the transport. |
| isStarted() {@inheritdoc} | ||
| start() {@inheritdoc} | ||
| stop() {@inheritdoc} | ||
| ping() {@inheritdoc} | ||
| void | registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. | |
| void | beforeSendPerformed(Swift_Mime_SimpleMessage $message) Iterate through registered plugins and execute plugins' methods. | |
| void | sendPerformed(Swift_Mime_SimpleMessage $message) Iterate through registered plugins and execute plugins' methods. | |
| int | numberOfRecipients(Swift_Mime_SimpleMessage $message) Get the number of recipients. |
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
Register a plug-in with the transport.
Iterate through registered plugins and execute plugins' methods.
Iterate through registered plugins and execute plugins' methods.
Get the number of recipients.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.5/Illuminate/Mail/Transport/Transport.html