Zum Inhalt springen
WordPress.org

Deutsch

  • Themes
  • Plugins
  • News
  • Support
  • Über
    • Learn WordPress
    • Documentation (en)
    • Foren
    • Developers (en)
    • WordPress.tv
  • Meetups
  • Mitmachen
  • FAQ
  • Hol dir WordPress
Hol dir WordPress
WordPress.org

Plugin Directory

Resend Email Integration

  • Plugin einreichen
  • Meine Favoriten
  • Anmelden
  • Plugin einreichen
  • Meine Favoriten
  • Anmelden

Resend Email Integration

Von Brogrammers Agency
Herunterladen
  • Details
  • Rezensionen
  • Installation
  • Entwicklung
Support

Beschreibung

Resend Email Integration seamlessly replaces WordPress’s default email functionality with Resend’s powerful email API. This plugin:

  • Sends all WordPress emails through Resend’s API
  • Provides an admin interface for easy configuration
  • Displays email logs and history
  • Supports domain verification
  • Caches email details locally for faster access

Configuration

  1. Navigate to Settings → Resend Email
  2. Enter your Resend API key
  3. Select a verified domain from your Resend account
  4. Configure the „From“ name and email address
  5. Optionally enable „Force From Name and Email“ to override all WordPress emails
  6. Click „Save Changes“

Building for Distribution

Automatic Deployment to WordPress.org

This repository is configured for automatic deployment to WordPress.org using GitHub Actions.

Setup:
1. Configure GitHub Secrets (see DEPLOYMENT.md):
– WORDPRESS_ORG_USERNAME – Your WordPress.org username
– WORDPRESS_ORG_PASSWORD – Your WordPress.org Application Password
2. Push to main branch – deployment happens automatically
3. Version is extracted from resend-email-integration.php header

See DEPLOYMENT.md for detailed setup instructions.

Manual Build Script

For local testing or manual distribution:

`bash

./build-plugin.sh
`

This creates resend-email-integration.zip with all files including vendor/.

Manual Build

  1. Ensure vendor/ folder exists: composer install --no-dev
  2. Create a zip file including all plugin files including the vendor/ folder
  3. The zip should contain:
    • All PHP files
    • All assets (CSS, JS)
    • The vendor/ folder with all dependencies
    • composer.json and composer.lock

Important: The vendor/ folder must be included in the distribution zip. Users should not need to run Composer.

Development

For development, you can use Composer to manage dependencies:

`bash

composer install
`

Note: The vendor/ folder is gitignored but must be included in distribution packages.

Support

For issues and feature requests, please visit the plugin repository.

License

GPLv2 or later

Installation

  1. Upload the plugin files to the /wp-content/plugins/resend-email-integration directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‚Plugins‘ screen in WordPress
  3. Use the Settings → Resend Email screen to configure the plugin

FAQ

What is Resend?

Resend is a modern email API for developers. Learn more at resend.com.

Do I need a Resend account?

Yes, you’ll need a Resend account and API key to use this plugin. Sign up at resend.com.

What PHP version is required?

PHP 8.1 or higher is required.

Will this work with other email plugins?

This plugin replaces WordPress’s default wp_mail function. It should work with most plugins that use WordPress’s standard email functions.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende und Entwickler

„Resend Email Integration“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende
  • Brogrammers Agency
  • resend

Übersetze „Resend Email Integration“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0.0

  • Initial release
  • WordPress wp_mail integration
  • Admin settings page
  • Email logs viewer
  • Domain verification support

Meta

  • Version 1.0.1
  • Zuletzt aktualisiert vor 1 Monat
  • Aktive Installationen weniger als 10
  • WordPress-Version 5.0 oder höher
  • Getestet bis 6.8.5
  • PHP-Version 8.1 oder höher
  • Sprache
    English (US)
  • Schlagwörter
    emailresendsmtptransactional emailwp_mail
  • Erweiterte Ansicht

Bewertungen

Es wurden noch keine Rezensionen eingereicht.

Your review

Alle Rezensionen anzeigen

Mitwirkende

  • Brogrammers Agency
  • resend

Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

Support-Forum anzeigen

  • Über
  • News
  • Hosting (engl.)
  • Datenschutz
  • Showcase (engl.)
  • Themes
  • Plugins
  • Vorlagen
  • Learn
  • Support
  • Entwicklung (engl.)
  • WordPress.tv ↗
  • Mitwirken (engl.)
  • Veranstaltungen
  • Spenden (engl.) ↗
  • Five for the Future (engl.)
  • WordPress.com ↗
  • Matt (engl.) ↗
  • bbPress (engl.) ↗
  • BuddyPress (engl.) ↗
WordPress.org
WordPress.org

Deutsch

  • Unser X-Konto (früher Twitter) besuchen
  • Unser Bluesky-Konto besuchen
  • Unser Mastodon-Konto besuchen
  • Unser Threads-Konto besuchen
  • Unsere Facebook-Seite besuchen
  • Unser Instagram-Konto besuchen
  • Unser LinkedIn-Konto besuchen
  • Unser TikTok-Konto besuchen
  • Unseren YouTube-Kanal besuchen
  • Unser Tumblr-Konto besuchen
Code ist Poesie.
The WordPress® trademark is the intellectual property of the WordPress Foundation.