[システム管理] Microsoft 365 OAuth2認証によるメール送信機能を追加しました#2290
Merged
masaton0216 merged 10 commits intomasterfrom Oct 15, 2025
Merged
Conversation
added 7 commits
October 15, 2025 12:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
SMTP認証に加えて、Microsoft 365のOAuth2認証(Client Credentials Grant方式)によるメール送信機能を追加しました。
背景・目的
変更内容
1. 認証方式の切り替え機能
2. Microsoft 365 OAuth2認証機能
3. セキュリティ対策
4. アーキテクチャ設計
5. 新規追加ファイル
6. 既存ファイルの変更
7. テストの追加
8. パッケージ追加
技術的な特徴
変更統計
レビュー完了希望日
急ぎません
関連Pull requests/Issues
なし
参考
DB変更の有無
有り
マイグレーションファイル: database/migrations/2025_10_09_160056_add_mail_oauth2_to_configs.php
チェックリスト