snnyk / yandexmail
Yandex corporate mail management library
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/snnyk/yandexmail
Requires
- php: >=5.6
- ext-curl: *
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