PHPackages                             hanccc/exmail - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. hanccc/exmail

Abandoned → [hanccc/exmail](/?search=hanccc%2Fexmail)Library[Mail &amp; Notifications](/categories/mail)

hanccc/exmail
=============

1.0(10y ago)8266mitPHP

Since Jun 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/HanSon/Exmail)[ Packagist](https://packagist.org/packages/hanccc/exmail)[ RSS](/packages/hanccc-exmail/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Exmail
======

[](#exmail)

腾讯企业邮箱API

Install
-------

[](#install)

`composer require hanson/exmail`

Notice
------

[](#notice)

具体返回参数请查看 [在线文档](http://wenku.baidu.com/view/71d452dc2cc58bd63186bdd2.html?re=view)

Usage
-----

[](#usage)

```

# 初始化
$exmail = new \Hanccc\Exmail($client_id, $client_secret);

# 获取AuthKey
$authKey = $exmail->getAuthKey($email);

# 单点登录
$link = $exmail->login($email);
