rayful/exmail 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rayful/exmail

Composer 安装命令:

composer require rayful/exmail

包简介

README 文档

README

腾讯企业邮箱API

Install

composer require rayful/exmail

Notice

具体返回参数请查看 在线文档

Usage


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

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

# 单点登录
$link = $exmail->login($email);
<a href="<?= $link ?>">

# 获取未读邮件数量
$count = $exmail->count($email);

# 获取邮箱信息
$user = $exmail->getInfo($email);
echo $user->Name;
echo $user->Gender;
echo $user->Position;
...

# 检查邮箱是否可用
$exmail->check([$email, $email]);

# 同步邮箱信息
$exmail->sync($Request);

### $Request 详解
1.添加邮箱
    $Request = new \rayful\Request\AddMail();
    $Request->setAlias("bad@xiyanghui.com");
    $Request->setName("张大成");
    $Request->setGender("女");
    $Request->setPosition("店长");
    $Request->setMobile("18899009988");
    $Request->setExtId("52");
    $Request->setPassword("4400110022");
    $Request->setPartyPath("运营/运营管理");
    $Request->setMd5(false);

2.修改邮箱
    $Request = new \rayful\Request\ModMail();
    $Request->setAlias("bad@xiyanghui.com");
    $Request->setOpenType(false);
    
3.删除邮箱
    $Request = new \rayful\Request\DelMail();
    $Request->setAlias("bad@xiyanghui.com");

# 增加邮件群组
$exmail->addGroup('tech', 'tech@mail.com');

# 删除邮件群组
$exmail->delGroup('tech@mail.com');

# 增加邮箱到某邮件群组
$exmail->addMember('tech@mail.com', $email);

# 删除某邮件群组的邮箱
$exmail->delMember('tech@mail.com', $email);

# 同步邮件群组
//Exmail::MOD 修改, Exmail::ADD 增加, Exmail::DEL 删除
$exmail->syncParty(\rayful\Exmail::DEL, '市场部');

# 列出组织架构
$exmail->listParty();

统计信息

  • 总下载量: 44
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: mit
  • 更新时间: 2016-07-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固