What is Mailster plugin?
Mailster is a self-hosted WordPress email newsletter plugin sold as a premium CodeCanyon product. Its primary differentiator from SaaS email platforms (Mailchimp, ActiveCampaign) and other WordPress newsletter plugins is its ownership model: Mailster stores all subscriber data in your own WordPress database, charges a one-time license fee rather than a recurring subscription, and allows unlimited subscribers — all without per-subscriber or per-email costs beyond your email sending infrastructure.
Mailster provides a drag-and-drop campaign builder with 400+ templates, subscriber management with custom fields and segments, email automation (welcome series, birthday emails, post notifications), A/B testing, and campaign analytics (open rates, click rates, unsubscribes). Unlike MailPoet (which offers its own sending infrastructure), Mailster requires configuring a third-party SMTP or transactional email service (Amazon SES, SendGrid, Postmark, Mailgun) for actual email delivery — the plugin handles list management and campaign creation while the SMTP provider handles sending.
Pricing: $79/year for 1 site (with lifetime use of the plugin even after license expiry, though updates require an active license). This one-time-style pricing is attractive for businesses with large subscriber bases where Mailchimp’s or ActiveCampaign’s per-subscriber fees become significant. For organizations with 10,000+ subscribers who want full data ownership and no platform dependency, Mailster’s model is compelling.
Need Help With Mailster Setup, Troubleshooting, or Customization?
Need help with Mailster? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get Mailster Expert HelpKey Features
- Drag-and-drop email campaign builder with 400+ templates
- Unlimited subscribers stored in WordPress database
- Email automation: welcome series, drip campaigns, post notifications
- Subscriber custom fields and list segmentation
- A/B testing for subject lines and content
Pros & Cons
Pros
- One-time licensing model — no ongoing per-subscriber costs for unlimited subscribers
- Full data ownership — all subscriber data stays in your WordPress database
- GDPR-friendly — data never leaves your server
Cons
- Requires separate SMTP service for email delivery — additional cost and configuration
- No built-in email sending infrastructure (unlike MailPoet's sending service)
Free vs Premium
Premium only. $79/year for 1 site on CodeCanyon (includes lifetime plugin use, updates require active license).
Common Problems & Fixes
Mailster campaigns are not being delivered — the campaign sends but subscribers do not receive emails. How do I configure SMTP delivery?
Mailster requires an external SMTP or transactional email service. In Mailster → Settings → Email Service, configure your provider: Amazon SES (most cost-effective for high volume), SendGrid, Postmark, or Mailgun. Enter the API key or SMTP credentials. Test the connection within Mailster settings. Common issues: (1) the configured SMTP credentials are invalid or expired; (2) the “From” email domain is not verified/authenticated in the SMTP provider; (3) the sending domain lacks SPF, DKIM, and DMARC records; (4) the email service account has a sending limit that has been reached.
Mailster automation emails (welcome series) are not triggering for new subscribers. How do I fix automation?
Mailster automations use WordPress cron for scheduling. Check: (1) WordPress cron is running reliably — set up a true server cron to trigger wp-cron.php every minute for time-sensitive automations; (2) in Mailster → Automations → [automation], verify the trigger condition (new subscriber to specific list); (3) the automation must be active (not paused); (4) new subscribers must be confirmed (if using double opt-in, they must click the confirmation link before automations trigger); (5) check Mailster’s campaign queue for any stuck or errored items.
Mailster subscriber import is failing — CSV import completes but subscribers are not appearing in the list. How do I fix the import?
CSV import failures occur when: (1) the CSV has a BOM (byte order mark) or incorrect encoding — use UTF-8 without BOM encoding; (2) the email column header does not match Mailster’s expected format — download Mailster’s sample CSV to verify the expected column names; (3) the CSV contains invalid email addresses that Mailster rejects; (4) a PHP memory limit is being exceeded for very large import files — break the import into smaller batches (max 5,000 records per import); (5) duplicate emails are silently skipped — check if the subscribers already exist in Mailster.
Customization & Developer Notes
How do I set up a WooCommerce post-purchase email sequence using Mailster?
Mailster integrates with WooCommerce to trigger automations on purchase events. In Mailster → Automations, create a new automation with trigger “WooCommerce Order Completed.” Configure the email sequence: Email 1 (immediate): thank-you for purchase + link to download/access; Email 2 (3 days later): tutorial or usage tips for the purchased product; Email 3 (7 days later): request for review or testimonial. Each email in the sequence is a Mailster template. Map WooCommerce order data to Mailster personalization fields ({firstname}, {product_name}, {order_total}).
How do I set up RSS-to-email so new blog posts automatically generate newsletter campaigns in Mailster?
In Mailster → Campaigns → New Campaign, select “Auto Post Newsletter” as the campaign type. Configure the RSS feed URL (your blog’s RSS feed at yourdomain.com/feed/) and set the trigger: send when a new post is published, or send a digest of new posts weekly. Choose the email template and configure which lists receive the campaign. Mailster monitors the RSS feed and automatically creates and sends a campaign when new content matches the configured trigger. This automates the blog-to-newsletter workflow without manual campaign creation.
Frequently Asked Questions
Is Mailster better than MailPoet for a large WordPress email list?
For very large lists (50,000+ subscribers), Mailster’s flat-rate pricing becomes cost-effective compared to MailPoet’s subscriber-based plans. MailPoet’s advantages are its optional built-in sending service (no separate SMTP configuration needed), more active development, and a larger community. Mailster’s advantages are the one-time license model, CodeCanyon availability, and better WooCommerce e-commerce automation for self-hosted setups. For a list under 10,000 subscribers, MailPoet’s user experience and included sending service make it the easier choice. Above 50,000 subscribers where SMTP cost is acceptable, Mailster’s unlimited subscriber model provides better value.
Does Mailster work with Amazon SES for cost-effective email sending?
Yes — Mailster’s Amazon SES integration is one of its most popular configurations. Amazon SES charges approximately $0.10 per 1,000 emails (plus minimal data transfer costs), making it extremely cost-effective for high-volume sending. Configure SES in AWS Console (verify your sending domain, set up DKIM, enable production sending), then enter the SES SMTP credentials or API key in Mailster → Settings → Email Service → Amazon SES. For 100,000 emails/month, SES costs approximately $10 vs Mailchimp’s $150+ for the equivalent subscriber count.
Can Mailster break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing Mailster?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.