FlySend
WordPress plugin for FlySend
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wemail/flysend-wp/archive/refs/heads/main.zipSend all WordPress emails through the FlySend transactional email API for reliable delivery.
Description
FlySend replaces the default WordPress email sending with the FlySend transactional email API. This ensures your emails are delivered reliably, with tracking and analytics available in the FlySend dashboard.
Features:
- Simple setup — just add your API key
- Configure default from name and email
- Force from name/email to override other plugins
- Master switch to enable/disable
- Send test emails from the settings page
- Works with all WordPress emails (password resets, notifications, contact forms, WooCommerce, etc.)
Installation
- Upload the
flysendfolder to/wp-content/plugins/ - Activate the plugin through the Plugins menu
- Go to Settings > FlySend
- Enter your FlySend API key
- Configure your from name and email
- Enable FlySend and save
Frequently Asked Questions
Where do I get an API key?
Sign up at flysend.co and create an API key from your dashboard.
Do I need a verified domain?
Yes. The from email address must use a domain that has been verified in your FlySend account.
Will this work with my contact form plugin?
Yes. FlySend intercepts all emails sent via WordPress wp_mail() function, which is used by virtually all plugins.
What happens if I disable the plugin?
WordPress will fall back to its default email sending method (PHP mail or SMTP).
Changelog
1.0.0
- Initial release