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.

Parameters

Client $resend

protected void doSend(SentMessage $message)

{@inheritDoc}

Parameters

SentMessage $message

Return Value

void

protected array getRecipients(Email $email, Envelope $envelope)

Get the recipients without CC or BCC.

Parameters

Email $email
Envelope $envelope

Return Value

array

string __toString()

Get the string representation of the transport.

Return Value

string