ResendTransport
class ResendTransport extends AbstractTransport (View source)
Methods
__construct(Client $resend)
Create a new Resend transport instance.
void
doSend(SentMessage $message)
{@inheritDoc}
array
getRecipients(Email $email, Envelope $envelope)
Get the recipients without CC or BCC.
string
__toString()
Get the string representation of the transport.
Details
__construct(Client $resend)
Create a new Resend transport instance.
protected void
doSend(SentMessage $message)
{@inheritDoc}
protected array
getRecipients(Email $email, Envelope $envelope)
Get the recipients without CC or BCC.
string
__toString()
Get the string representation of the transport.