WP Manifestindependent plugin directory
manifest / email / flysend-wp

FlySend

WordPress plugin for FlySend

by weDevs · github.com/wemail/flysend-wp · website

0stars
0forks

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.zip

Send 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

  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 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