snnyk/yandexmail

This package is abandoned and no longer maintained. No replacement package was suggested.

Yandex corporate mail management library

v0.1.0 2020-09-10 07:56 UTC

This package is auto-updated.

Last update: 2023-03-10 13:22:43 UTC


README

1 - You must point your domain to yandex connect first Follow here 2- Get domain key from Yandex Token Manegement Page

$ composer require snnyk/yandexmail
$mail = new Snnyk\Yandex\Mail([
    'key' => 'youdomainkey',
    'domain' => 'yourdomain.com'
]);

$list = $mail->getList();
var_dump($list->accounts);

you can find other example functions in example.php