Search by

openkos / mail-resend

Resend mail driver for OpenKOS.

Maintainers

Package info

github.com/senatroxx/openkos-mail-resend

pkg:composer/openkos/mail-resend

Transparency log

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.1 2026-09-04 07:52 UTC

This package is auto-updated.

Last update: 2026-09-04 08:09:53 UTC


README

Standalone Resend integration for OpenKOS mail notifications.

Install

composer require openkos/mail-resend

Set RESEND_API_KEY or enter the key in the OpenKOS mail settings page, then configure the OpenKOS mail driver as openkos/resend.

OpenKOS discovers this package through its canonical runtime plugin entrypoint when it is installed. The package registers both OpenKOS custom mail delivery and Laravel's native resend mailer. Native Laravel notifications use Laravel's built-in Resend transport; custom OpenKOS notifications use the DTO adapter in this package.

The driver health check calls Resend's read-only domains endpoint to verify the API connection. It never sends a test message, so the configured key must have full access for this check.