mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Use Utopia\Messaging\Adapter\Email\SMTP instead of raw PHPMailer for the smtp register, Mails worker, and Doctor task. This enables swapping email adapters (e.g. Resend) via DI override in downstream repos by type-hinting against the EmailAdapter base class.