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_idclient_idclient_secretscopelogin_domainpathsend_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
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-08