{"id":264832,"date":"2026-04-21T22:02:08","date_gmt":"2026-04-21T22:02:08","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/resend-email-integration\/"},"modified":"2026-04-21T22:01:28","modified_gmt":"2026-04-21T22:01:28","slug":"resend-email-integration","status":"publish","type":"plugin","link":"https:\/\/ar.wordpress.org\/plugins\/resend-email-integration\/","author":23410538,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.1","stable_tag":"trunk","tested":"6.8.5","requires":"5.0","requires_php":"8.1","requires_plugins":null,"header_name":"Resend Email Integration","header_author":"Brogrammers Agency","header_description":"Integrates WordPress email functionality with Resend using the official Resend PHP SDK. Replaces wp_mail behavior to send all emails through Resend.","assets_banners_color":"","last_updated":"2026-04-21 22:01:28","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/resend\/resend-wordpress","header_author_uri":"https:\/\/brogrammersagency.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":170,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"brogrammersagency","date":"2026-04-21 22:01:28"}},"upgrade_notice":{"1.0.0":"<p>Initial release of Resend Email Integration.<\/p>"},"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3512218,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3512218,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3512218,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Settings page for configuring API key and email settings","2":"Email logs viewer showing sent emails","3":"Email detail viewer with HTML rendering"}},"plugin_section":[],"plugin_tags":[267,52633,6696,48586,6695],"plugin_category":[41],"plugin_contributors":[260751],"plugin_business_model":[],"class_list":["post-264832","plugin","type-plugin","status-publish","hentry","plugin_tags-email","plugin_tags-resend","plugin_tags-smtp","plugin_tags-transactional-email","plugin_tags-wp_mail","plugin_category-communication","plugin_contributors-resend","plugin_committers-brogrammersagency"],"banners":{"banner":"https:\/\/ps.w.org\/resend-email-integration\/assets\/banner-772x250.png?rev=3512218","banner_2x":"https:\/\/ps.w.org\/resend-email-integration\/assets\/banner-1544x500.png?rev=3512218","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/resend-email-integration\/assets\/icon-256x256.png?rev=3512218","icon_2x":"https:\/\/ps.w.org\/resend-email-integration\/assets\/icon-256x256.png?rev=3512218","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Resend Email Integration seamlessly replaces WordPress's default email functionality with Resend's powerful email API. This plugin:<\/p>\n\n<ul>\n<li>Sends all WordPress emails through Resend's API<\/li>\n<li>Provides an admin interface for easy configuration<\/li>\n<li>Displays email logs and history<\/li>\n<li>Supports domain verification<\/li>\n<li>Caches email details locally for faster access<\/li>\n<\/ul>\n\n<h3>Configuration<\/h3>\n\n<ol>\n<li>Navigate to <strong>Settings \u2192 Resend Email<\/strong><\/li>\n<li>Enter your Resend API key<\/li>\n<li>Select a verified domain from your Resend account<\/li>\n<li>Configure the \"From\" name and email address<\/li>\n<li>Optionally enable \"Force From Name and Email\" to override all WordPress emails<\/li>\n<li>Click \"Save Changes\"<\/li>\n<\/ol>\n\n<h3>Building for Distribution<\/h3>\n\n<h3>Automatic Deployment to WordPress.org<\/h3>\n\n<p>This repository is configured for automatic deployment to WordPress.org using GitHub Actions.<\/p>\n\n<p><strong>Setup:<\/strong>\n1. Configure GitHub Secrets (see <a href=\"DEPLOYMENT.md\">DEPLOYMENT.md<\/a>):\n   - <code>WORDPRESS_ORG_USERNAME<\/code> - Your WordPress.org username\n   - <code>WORDPRESS_ORG_PASSWORD<\/code> - Your WordPress.org Application Password\n2. Push to <code>main<\/code> branch - deployment happens automatically\n3. Version is extracted from <code>resend-email-integration.php<\/code> header<\/p>\n\n<p>See <a href=\"DEPLOYMENT.md\">DEPLOYMENT.md<\/a> for detailed setup instructions.<\/p>\n\n<h3>Manual Build Script<\/h3>\n\n<p>For local testing or manual distribution:<\/p>\n\n<pre><code>`bash\n<\/code><\/pre>\n\n<p>.\/build-plugin.sh\n    `<\/p>\n\n<p>This creates <code>resend-email-integration.zip<\/code> with all files including <code>vendor\/<\/code>.<\/p>\n\n<h3>Manual Build<\/h3>\n\n<ol>\n<li>Ensure <code>vendor\/<\/code> folder exists: <code>composer install --no-dev<\/code><\/li>\n<li>Create a zip file including all plugin files <strong>including<\/strong> the <code>vendor\/<\/code> folder<\/li>\n<li>The zip should contain:\n\n<ul>\n<li>All PHP files<\/li>\n<li>All assets (CSS, JS)<\/li>\n<li>The <code>vendor\/<\/code> folder with all dependencies<\/li>\n<li><code>composer.json<\/code> and <code>composer.lock<\/code><\/li>\n<\/ul><\/li>\n<\/ol>\n\n<p><strong>Important:<\/strong> The <code>vendor\/<\/code> folder must be included in the distribution zip. Users should not need to run Composer.<\/p>\n\n<h3>Development<\/h3>\n\n<p>For development, you can use Composer to manage dependencies:<\/p>\n\n<pre><code>`bash\n<\/code><\/pre>\n\n<p>composer install\n    `<\/p>\n\n<p>Note: The <code>vendor\/<\/code> folder is gitignored but must be included in distribution packages.<\/p>\n\n<h3>Support<\/h3>\n\n<p>For issues and feature requests, please visit the plugin repository.<\/p>\n\n<h3>License<\/h3>\n\n<p>GPLv2 or later<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/resend-email-integration<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Use the Settings \u2192 Resend Email screen to configure the plugin<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"what%20is%20resend%3F\"><h3>What is Resend?<\/h3><\/dt>\n<dd><p>Resend is a modern email API for developers. Learn more at <a href=\"https:\/\/resend.com\">resend.com<\/a>.<\/p><\/dd>\n<dt id=\"do%20i%20need%20a%20resend%20account%3F\"><h3>Do I need a Resend account?<\/h3><\/dt>\n<dd><p>Yes, you'll need a Resend account and API key to use this plugin. Sign up at <a href=\"https:\/\/resend.com\">resend.com<\/a>.<\/p><\/dd>\n<dt id=\"what%20php%20version%20is%20required%3F\"><h3>What PHP version is required?<\/h3><\/dt>\n<dd><p>PHP 8.1 or higher is required.<\/p><\/dd>\n<dt id=\"will%20this%20work%20with%20other%20email%20plugins%3F\"><h3>Will this work with other email plugins?<\/h3><\/dt>\n<dd><p>This plugin replaces WordPress's default <code>wp_mail<\/code> function. It should work with most plugins that use WordPress's standard email functions.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>WordPress wp_mail integration<\/li>\n<li>Admin settings page<\/li>\n<li>Email logs viewer<\/li>\n<li>Domain verification support<\/li>\n<\/ul>","raw_excerpt":"A WordPress plugin that integrates with Resend email service, replacing the default wp_mail functionality with Resend&#039;s API.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/264832","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=264832"}],"author":[{"embeddable":true,"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/brogrammersagency"}],"wp:attachment":[{"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=264832"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=264832"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=264832"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=264832"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=264832"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ar.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=264832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}