64 lines
1.6 KiB
YAML
64 lines
1.6 KiB
YAML
|
name: ResendTransport
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Exception
|
||
|
type: class
|
||
|
source: Exception
|
||
|
- name: Client
|
||
|
type: class
|
||
|
source: Resend\Contracts\Client
|
||
|
- name: Envelope
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Envelope
|
||
|
- name: TransportException
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Exception\TransportException
|
||
|
- name: SentMessage
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\SentMessage
|
||
|
- name: AbstractTransport
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Transport\AbstractTransport
|
||
|
- name: Address
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Address
|
||
|
- name: Email
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Email
|
||
|
- name: MessageConverter
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\MessageConverter
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: resend
|
||
|
comment: '# * Create a new Resend transport instance.'
|
||
|
- name: doSend
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: message
|
||
|
comment: '# * {@inheritDoc}'
|
||
|
- name: getRecipients
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: email
|
||
|
- name: envelope
|
||
|
comment: '# * Get the recipients without CC or BCC.'
|
||
|
- name: __toString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Get the string representation of the transport.'
|
||
|
traits:
|
||
|
- Exception
|
||
|
- Resend\Contracts\Client
|
||
|
- Symfony\Component\Mailer\Envelope
|
||
|
- Symfony\Component\Mailer\Exception\TransportException
|
||
|
- Symfony\Component\Mailer\SentMessage
|
||
|
- Symfony\Component\Mailer\Transport\AbstractTransport
|
||
|
- Symfony\Component\Mime\Address
|
||
|
- Symfony\Component\Mime\Email
|
||
|
- Symfony\Component\Mime\MessageConverter
|
||
|
interfaces: []
|