Description
Findira Newsletter is a self-hosted newsletter plugin with a modern WordPress admin interface. Your subscriber data and campaigns remain in your WordPress database, while email delivery uses the SMTP server or Mailgun account you configure.
Free features include:
- Double opt-in subscriber management and consent logging
- Unlimited subscriber lists and basic campaigns
- CSV subscriber import and export
- SMTP and Mailgun delivery
- Optional open and click analytics (disabled by default)
- Unlimited opt-in forms, display rules, shortcode, and block
- Campaign queue diagnostics and retry tools
- Confirmation and unsubscribe pages
Findira Newsletter Pro is an optional, separately installed add-on. It adds reusable templates, dynamic segments, automations, advanced targeting, and Pro workflow tools. The free plugin does not contain locally locked Pro implementations.
Learn more at https://findiralabs.com/newsletter/
Support
Documentation: https://findiralabs.com/documentation/
Support: support@findiralabs.com
Development
The human-readable JavaScript and stylesheet source is included under assets/src.
To reproduce the compiled files in assets/build, run npm install followed by
npm run build from the plugin directory. The build uses @wordpress/scripts
with the included package.json, lockfile, and webpack.config.js.
External services
Mailgun is an optional third-party email delivery service. The plugin connects to Mailgun only when a site administrator selects Mailgun as the mail driver and supplies Mailgun credentials. For each outgoing message, the plugin sends the recipient email address, sender address and name, subject, message content, and email headers to the configured Mailgun US or EU API endpoint. Mailgun may also send signed bounce and spam-complaint webhook events back to the site; these events include delivery-event details and the affected recipient address and are used to mark that subscriber as unsubscribed.
Mailgun is provided by Sinch Email. Terms of Service: https://www.mailgun.com/legal/terms/ — Privacy Policy: https://www.mailgun.com/legal/privacy-policy/
Blocks
This plugin provides 1 block.
- Newsletter Opt-in
Installation
- Install and activate Findira Newsletter.
- Go to Newsletter > Settings and configure your sender and mailer.
- Send a test email from the Mailer settings.
- Add an opt-in form block or the
[findira_newsletter_form]shortcode to a page. - Create a list and campaign.
FAQ
-
Where is subscriber data stored?
-
Subscriber, list, form, campaign, and analytics data is stored in your WordPress database.
-
Does it work with any SMTP provider?
-
Yes. Configure the host, port, encryption, username, and password under Newsletter > Settings > Mailer.
-
Is Mailgun supported?
-
Yes. Select Mailgun as the mailer and enter your API key, sending domain, and region.
-
Is there a subscriber or campaign limit in the free plugin?
-
No artificial recipient or campaign limit is imposed by Findira Newsletter. Your hosting and mail provider limits still apply.
-
What does the Pro add-on provide?
-
Pro is a separate plugin that adds reusable templates, dynamic segments, automations, advanced targeting, and additional workflow tools.
-
How are opens and clicks tracked?
-
Engagement tracking is disabled by default. A site administrator must explicitly enable it under Newsletter > Settings after obtaining any consent required for the audience. When enabled, campaign emails include a small remote image for open tracking and redirect links for click tracking. The related campaign, subscriber, event time, and clicked destination URL are stored in your WordPress database. Open counts may be incomplete when email clients block remote images. Findira Newsletter also provides suggested text under WordPress Settings > Privacy for disclosure in your privacy policy.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Findira Newsletter” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Findira Newsletter” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.4.3
- Replaced the former short prefix across public identifiers, stored data, shortcodes, hooks, assets, and request parameters.
- Added a one-time migration that preserves existing settings, pages, shortcodes, subscribers, campaigns, forms, lists, analytics, queues, and Pro data.
- Includes all privacy, webhook, asset-loading, input-validation, external-service, and escaping fixes from 1.4.1 and 1.4.2.
1.4.2
- Replaced short bootstrap constants with the unique Findira Newsletter prefix required by WordPress coding standards.
- Includes all privacy, webhook, asset-loading, input-validation, and external-service fixes from 1.4.1.
1.4.1
- Removed arbitrary custom CSS entry points and moved frontend assets to WordPress enqueue APIs.
- Made engagement tracking an explicit opt-in that is disabled by default.
- Hardened Mailgun webhook authentication and request handling.
- Added complete Mailgun external-service disclosure.
1.4.0
- Split premium implementations into the separately installed Pro add-on.
- Removed artificial recipient, form, import, and export limits from Free.
- Added a documented add-on extension boundary.
- Updated product and developer links to Findira Labs.
1.3.0
- Added Lemon Squeezy licensing to the former combined distribution.
