shrd/laravel-microsoft-graph-mailer
最新稳定版本:v0.5.2
Composer 安装命令:
composer require shrd/laravel-microsoft-graph-mailer
包简介
Adds a mailer transport that sends emails using the microsoft graph API.
README 文档
README
This package was generated by the @shared-digitaltechnologies/nx-php plugin.
Configuration
Merge your config/mail.php with the following:
return [
"mailers" => [
"microsoft-graph" => [
"transport" => "microsoft-graph",
"credential_driver" => env('MAIL_MICROSOFT_GRAPH_CREDENTIAL_DRIVER'), // Defaults to the default azure credential of the app.
"save_to_sent_items" => env('MAIL_MICROSOFT_GRAPH_SAVE_TO_SENT_ITEMS', false) // Save the emails in the sent items of the mailbox?
]
]
]
Commands
To make an archive-file of this package that can be imported by other php applications, run:
nx run laravel-microsoft-graph-mailer:build
To test this package, run:
nx run laravel-microsoft-graph-mailer:test
统计信息
- 总下载量: 16.28k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2024-01-29