doitcloud/email-service 问题修复 & 功能扩展

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

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

doitcloud/email-service

最新稳定版本:v1.0.1-beta

Composer 安装命令:

composer require doitcloud/email-service

包简介

This package install the controllers to send emails from a connected app in office365

README 文档

README

A Laravel package that provides email service integrations with configurable API keys, endpoints, and options.

🚀 Installation

Require the package via Composer:

composer require doitcloud/email-service

Publish the config file:

php artisan vendor:publish --tag=emailservice-config

Set the configuration values in the config/emailservice.php file.

📝 Configuration

The following configuration values are available:

  • tenant_id
  • client_id
  • client_secret
  • scope
  • login_domain
  • path
  • send_email_url

📝 Usage

use Doitcloud\EmailService\Http\Controllers\SendEmail;

$sendEmail = new SendEmail();
$sendEmail->send();

📝 License

MIT

📝 Support

For support, please open an issue on GitHub.

📝 Contributing

Please submit pull requests for new features and bug fixes.

📝 Credits

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-08