https://github.com/joemendonca/resend-mailer
A lightweight WordPress plugin that routes all outgoing wp_mail() email through the Resend transactional email API. Works as a clean SMTP alternative. No extra features, just reliable delivery.
https://github.com/joemendonca/resend-mailer
email email-delivery php plugin resend smtp transactional-email wordpress wp-mail
Last synced: about 1 month ago
JSON representation
A lightweight WordPress plugin that routes all outgoing wp_mail() email through the Resend transactional email API. Works as a clean SMTP alternative. No extra features, just reliable delivery.
- Host: GitHub
- URL: https://github.com/joemendonca/resend-mailer
- Owner: joemendonca
- Created: 2025-07-31T09:30:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-31T10:33:03.000Z (11 months ago)
- Last Synced: 2025-07-31T13:09:08.864Z (11 months ago)
- Topics: email, email-delivery, php, plugin, resend, smtp, transactional-email, wordpress, wp-mail
- Language: PHP
- Homepage: https://electricmonument.com/
- Size: 5.22 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Resend Mailer
A lightweight WordPress plugin that routes all outgoing `wp_mail()` email through the [Resend](https://resend.com) transactional email API. Works as a clean SMTP alternative. No extra features, just reliable delivery.
## Features
- Sends all site email through Resend
- Adds a simple settings page in `wp-admin`
- No bloat — one small PHP file
- Ideal for developers managing multiple WordPress installs
## Installation
1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin via `Plugins > Installed Plugins`
3. Enter your Resend API key and "From Email" under `Settings > Resend Mailer`
## Requirements
- WordPress 5.0+
- PHP 7.4+
## License
GPL 2.0 — Do whatever you like, just please give credit if you fork it.
---
Made with love by [Joe Mendonca](https://electricmonument.com)