Phase 3: Replace SmtpRelay SMTP socket with PHPMailer

This commit is contained in:
Pontoporeia
2026-05-20 01:17:44 +02:00
parent ba57820016
commit a0cda5b55d
6 changed files with 75 additions and 454 deletions

View File

@@ -9,7 +9,7 @@
- [x] Write docs/system-setup.md (PHP extension requirements)
- [x] Phase 1: Replace Parsedown with league/commonmark (4 call sites)
- [x] Phase 2: Replace PeerTubeService HTTP client with Guzzle
- [ ] Phase 3: Replace SmtpRelay SMTP socket with PHPMailer
- [x] Phase 3: Replace SmtpRelay SMTP socket with PHPMailer
- [ ] Phase 4 (optional): Replace Crypto with defuse/php-encryption
## justfile: combine phpstan + cs-check + cs-fix into lint-php