weMail/flysend-wp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== FlySend === Contributors: wedevs, tareq1988 Tags: email, smtp, flysend, transactional, mail Requires at least: 6.0 Tested up to: 6.9 Stable tag: 1.0.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Send all WordPress emails through the FlySend transactional email API for reliable delivery. == Description == FlySend replaces the default WordPress email sending with the [FlySend](https://flysend.co) 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 == 1. Upload the `flysend` folder to `/wp-content/plugins/` 2. Activate the plugin through the Plugins menu 3. Go to Settings > FlySend 4. Enter your FlySend API key 5. Configure your from name and email 6. Enable FlySend and save == Frequently Asked Questions == = Where do I get an API key? = Sign up at [flysend.co](https://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