HTTP
Less than 1 minute
HTTP
Properties
headers
protected array $headers
schema
protected array $schema = array (
0 => NULL,
'send_at' => '$send_at',
'to' => '$to',
'cc' => '$cc',
'bcc' => '$bcc',
'from' => '$from',
'reply_to' => '$reply_to',
'reply_to_list' => '$reply_to_list',
'subject' => '$subject',
'headers' => '$headers',
'attachments' => '$attachments',
'categories' => '$categories',
'batch_id' => '$batch_id',
'content' => '$content',
)
Methods
send
public send(TransportMessage $message): mixed
Parameters
Parameter | Type | Description |
---|---|---|
$message | TransportMessage |
addHeader
public addHeader(string $name, string $value): void
Parameters
Parameter | Type | Description |
---|---|---|
$name | string | |
$value | string |
Generated by Hazaar API Doc Generator