MandrillTransport
class MandrillTransport implements Swift_Transport (View source)
Свойства
| protected string | $key | Ключ API Mandrill. |
Методы
| void | __construct(string $key) Создать новый экземпляр транспорта Mandrill. | |
| isStarted() {@inheritdoc} | ||
| start() {@inheritdoc} | ||
| stop() {@inheritdoc} | ||
| send(Swift_Mime_Message $message, $failedRecipients = null) {@inheritdoc} | ||
| registerPlugin(Swift_Events_EventListener $plugin) {@inheritdoc} | ||
| Client | getHttpClient() Получить новый экземпляр HTTP-клиента. | |
| string | getKey() Получить API-ключ, используемый транспортом. | |
| void | setKey(string $key) Установить API-ключ, используемый транспортом. |
Подробности
void __construct(string $key)
Создать новый экземпляр транспорта Mandrill.
isStarted()
{@inheritdoc}
start()
{@inheritdoc}
stop()
{@inheritdoc}
send(Swift_Mime_Message $message, $failedRecipients = null)
{@inheritdoc}
registerPlugin(Swift_Events_EventListener $plugin)
{@inheritdoc}
protected Client getHttpClient()
Получить новый экземпляр HTTP-клиента.
string getKey()
Получить API-ключ, используемый транспортом.
void setKey(string $key)
Установить API-ключ, используемый транспортом.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/4.2/Illuminate/Mail/Transport/MandrillTransport.html