Skip to content

docs: add Keplars community email adapter#16758

Open
debojyoti452 wants to merge 1 commit into
payloadcms:mainfrom
debojyoti452:main
Open

docs: add Keplars community email adapter#16758
debojyoti452 wants to merge 1 commit into
payloadcms:mainfrom
debojyoti452:main

Conversation

@debojyoti452
Copy link
Copy Markdown

Summary

Adds Keplars to the Community Email Adapters section in the email overview docs.

  • Package: @keplars-hq/payload-email
  • Keplars is a transactional email API with a priority-queue system (instant, high, async, bulk delivery tiers)
  • Drop-in alternative to the Resend adapter

Usage

import { buildConfig } from 'payload'
import { keplarsAdapter } from '@keplars-hq/payload-email'

export default buildConfig({
  email: keplarsAdapter({
    apiKey: process.env.KEPLARS_API_KEY,
    defaultFromAddress: 'noreply@yourdomain.com',
    defaultFromName: 'Your App',
  }),
})

Full docs: https://docs.keplars.com/integrations/payload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant