Mailster Contact Form 7
by EverPress · Email & Marketing
Also makes 25 other plugins · 117.5K+ installs across the portfolio →
Create your Signup Forms with Contact Form 7 and allow users to signup to your newsletter.
74 health vs 63 average across 1,297 Email & Marketing plugins
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Well optimized
Biggest win: Rating quality
To rank higher: Too few reviews to rank on quality — nudge happy users to leave one.
Get the full rank-higher report →Daily downloads
Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
215
now · peak 1.2K
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
Release cadence
Occasionally updatedHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
1
releases in the last 12 months
10mo ago
latest release · v1.6.0
9
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 53% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “1K+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2019-11-14 · 1,420 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.
Details
Recent reviews
All reviews on wp.org ↗- ★★★★★ hajo8041.6y ago
If a user subscribes to the contact form 7 form with this plugin, they will be added to the list, but their status will not be automatically confirmed. “Double-opt-In” is turned off, meaning they do not have to confirm their unsubscribe, but the user will still not be active. Is there another setting that I missed, or is the plugin unable to make the user an active subscriber immediately?
Read on wp.org ↗ - ★★★★★ xiaoxian6661.8y ago
Hi, I improved the validate and add_subscriber function in classes/contactform.class.php to allow contact from7 to display more errors from mailster instead of just error messages for duplicate subscribers. public function validate( $result, $tags ) { if ( ! $result->is_valid() ) { return $result; } if ( ! function_exists( 'mailster' ) ) { return $result; } $submission = WPCF7_Submission::get_instance(); if ( ! $submission || ! $posted_data = $submission->get_posted_data() ) { return $result; } $form = WPCF7_ContactForm::get_current(); $properties = $form->get_properties(); // no Mailster settings if ( ! isset( $properties['mailster'] ) ) { return $result; } $properties = $properties['mailster']; // not enabled if ( ! $properties['enabled'] ) { return $result; } // checkbox defined but not checked if ( isset( $properties['checkbox'] ) && $properties['checkbox'] && empty( $posted_data[ $properties['checkboxfield'] ][0] ) ) { return $result; } $this->userdata = array(); $tag_keys = array_flip( array_filter( wp_list_pluck( $tags, 'name' ) ) ); foreach ( $properties['fields'] as $field => $tag ) { $this->userdata[ $field ] = is_array( $posted_data[ $tag ] ) ? $posted_data[ $tag ][0] : $posted_data[ $tag ]; } $this->userdata['status'] = $properties['doubleoptin'] ? 0 : 1; if ( isset( $properties['gdpr_timestamp'] ) && $properties['gdpr_timestamp'] ) { $this->userdata['gdpr'] = time(); } $this->userdata = apply_filters( 'mailster_verify_subscriber', $this->userdata ); if ( is_wp_error( $this->userdata ) ) { $result->invalidate( $tags[ $tag_keys[ $properties['fields'][ $this->userdata->get_error_code() ] ] ], $this->userdata->get_error_message() ); return $result; } $overwrite = $properties['overwrite']; if ( ! $overwrite && mailster( 'subscribers' )->get_by_mail( $this->userdata['email'] ) ) { $error_message = isset( $properties['error_message'] ) ? $properties['error_message'] : __( 'You are already registered!', 'mailster-cf7' ); $result->invalidate( $tags[ $tag_keys[ $properties['fields']['email'] ] ], $error_message ); return $result; } //new add+ $add_message= $this->add_subscriber(null); if(!empty($add_message)) { $result->invalidate( $tags[ $tag_keys[ $properties['fields']['email'] ] ], $add_message ); return $result; }// add_action( 'wpcf7_mail_sent', array( $this, 'add_subscriber' ) ); return $result; } /** * * * @param unknown $contact_form */ public function add_subscriber( $contact_form ) { $form = WPCF7_ContactForm::get_current(); $properties = $form->get_properties(); $properties = $properties['mailster']; $list_ids = isset( $properties['lists'] ) ? (array) $properties['lists'] : null; $overwrite = 1 == $properties['overwrite']; $merge = 3 == $properties['overwrite']; // add subscriber $subscriber_id = mailster( 'subscribers' )->add( $this->userdata, $overwrite || $merge, $merge ); // no error if ( ! is_wp_error( $subscriber_id ) && $list_ids ) { mailster( 'subscribers' )->assign_lists( $subscriber_id, $list_ids ); return ''; }else { return $subscriber_id->get_error_message(); } }
Read on wp.org ↗ - ★★★★★ royalehemp7.6y ago
Search around for good a good contact form for mailster an found this plugin.Works perfect.
Read on wp.org ↗ - ★★★★★ tfs8.9y ago
Does exactly what it’s supposed to do. Smooth integration with CF7, great support.
Read on wp.org ↗
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 8.1.12 · WP 6.8.3
Languages
via translate.wordpress.orgTranslated into 1 language, 0 at 90% or more
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2023-06-26 2K+ → 1K+ down after 3 days in tier
- 2023-06-23 1K+ → 2K+ up after 3 days in tier
- 2023-06-20 2K+ → 1K+ down after 1 days in tier
- 2023-06-19 1K+ → 2K+ up after 3 days in tier
- 2023-06-16 2K+ → 1K+ down after 1 days in tier
- 2023-06-15 1K+ → 2K+ up after 1 days in tier
- 2023-06-14 2K+ → 1K+ down after 1 days in tier
- 2023-06-13 1K+ → 2K+ up after 1 days in tier
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
-
MailMunch – Grow your Email List 6K+ installs · 4.6★ · 2 shared tags A -
Mailster AmazonSES Integration 1K+ installs · 4.2★ · 2 shared tags C -
Mailster for WooCommerce 1K+ installs · 3.8★ · 2 shared tags C -
Mailster Gmail Integration 1K+ installs · 3.7★ · 2 shared tags D -
Mailster SendGrid Integration 900+ installs · 4.0★ · 2 shared tags D -
Mailster Gravity Forms 800+ installs · 4.0★ · 2 shared tags D
Embed this report card
Drop a live Pulse card for Mailster Contact Form 7 into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/mailster-contact-form-7" width="480" height="300" style="border:0" loading="lazy" title="Mailster Contact Form 7 — Plugin Pulse"></iframe> Mailster Contact Form 7: 1K+ active installs, 5.0★ (4 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/mailster-contact-form-7