Newsletter Plugin for SEO Panel | Email Marketing & Campaign Manager — SEO Panel Documentation
Newsletter Plugin
Version
Version: v3.0.0
Overview
Full email marketing inside SEO Panel — campaigns, subscribers, verification & tracking in one place.
Download
Features
The plugin menu provides the following sections:
- Campaign Manager – Organise newsletters into campaigns per website
- Email Identity Manager – Configure sender addresses and email service providers
- Newsletter Manager – Create and manage individual newsletter editions
- Newsletter Reports – Track delivery, opens, clicks and email-level stats
- Email List Manager – Manage subscriber lists with verification status
- Email Manager – View and manage individual email addresses per list
- Email Verification Center – Verify email addresses via API before sending
- Import Emails – Bulk import subscribers from text or CSV
- Generate Subscribe Code – Embed a subscribe form on any website
- Cron Command – Set up automated newsletter delivery (admin only)
- Plugin Settings – Configure user permissions and content settings (admin only)
Campaign Manager
Campaigns group your newsletters by website. Each campaign is linked to one website and can have multiple newsletters and email identities assigned to it.
Creating a New Campaign
- Click New Campaign
- Select the Website
- Enter the campaign Name
- Select one or more Email Identities to use for sending
- Click Proceed to save
Campaign Actions
- Send Newsletter – Launch the send flow for this campaign
- Newsletter Manager – View newsletters within this campaign
- Activate / Inactivate – Toggle campaign status
- Edit – Modify campaign details
- Delete – Remove the campaign
Email Identity Manager
Email identities define the From Name, From Email, Reply-To address and sending method for your campaigns. Multiple identities can be created and assigned to different campaigns.
Supported Email Providers
- Gmail, Yahoo Mail, Outlook
- SendGrid, Elastic Email, Amazon SES
- Mailgun, Mailjet, SparkPost, Postmark
- MSG91, Mailtrap, SMTP2GO
- Custom SMTP
Creating a New Identity
- Click New Identity
- Enter the Identity Name (internal label)
- Enter the From Name shown to recipients
- Enter the From Email address
- Enter the Reply To Email address
- Select the Provider
- To use the provider’s API — check Enable API and enter the API Key
- To use SMTP — check Enable SMTP and enter:
- SMTP Host
- SMTP Port (default: 25)
- SMTP Secure (None / SSL / TLS)
- SMTP Username
- SMTP Password
- Click Proceed to save
Identity Actions
- Activate / Inactivate – Enable or disable the identity
- Edit – Modify any field
- Delete – Remove the identity
Newsletter Manager
Newsletter Manager is where individual newsletter editions are created. Each newsletter belongs to a campaign and targets one or more email lists.
Creating a New Newsletter
- Click New Newsletter
- Select the Campaign
- Enter the newsletter Name (internal label)
- Enter the email Subject
- Check Enable HTML Mail to use the rich TinyMCE editor for HTML content
- Write the Content — supports images, links, tables and full formatting
- Select one or more Email Lists to send to
- Set the Email Verification Filter — choose which verification statuses to include (All, Valid, Risky, CatchAll, Unknown) or exclude unverified addresses
- Set the Start Date (
YYYY-MM-DD) - Set the End Date (
YYYY-MM-DD) - Check Enable Clicks Tracking to track link clicks in the newsletter
- Check Enable Email Open Tracking to track email opens
- Click Proceed to save
Newsletter Actions
- Send Newsletter – Start the send process for this newsletter
- View Subscribers – See the list of subscribers targeted by this newsletter
- Reports – View delivery and engagement reports for this newsletter
- Activate / Inactivate – Toggle newsletter status
- Edit – Modify any field
- Delete – Remove the newsletter
Newsletter Reports
Newsletter Reports provides full visibility into campaign performance. Filter by Campaign, Newsletter, Identity and Date Range.
Report Type Tabs
- Email Reports – Per-email delivery log showing each recipient address, send time and status (Sent, Failed, Bounced, etc.)
- Daily Reports – Day-by-day breakdown of emails sent, opens and clicks
- Graphical Reports – Visual charts of delivery trends, open rates and click rates
- Report Summary – Aggregated totals for the selected newsletter including total sent, opens, unique opens, clicks and unique clicks
Email List Manager
Email List Manager organises your subscribers into named lists. Each list entry shows:
- Total – Total emails in the list (clickable — jumps to Email Manager)
- Subscribed – Active subscribers
- Unsubscribed – Emails that have opted out
- Inactive – Inactive email records
- Verification – Breakdown by verification result: Valid ✅, Invalid ❌, Risky ⚠️, CatchAll 📬, Unknown ❓, Not Verified 🔘 (each count is clickable and filters Email Manager)
Creating a New Email List
- Click New Email List
- Enter a Name for the list
- Click Proceed
Email List Actions
- Import Emails – Bulk-import subscribers into this list
- Email Manager – View and manage individual addresses
- Generate Subscribe Code – Create an embeddable subscribe form for this list
- Activate / Inactivate – Toggle the list’s active status
- Edit – Rename the list
- Delete – Remove the list and all its subscriber records
Email Manager
Email Manager shows the individual email addresses inside a selected list. You can filter by subscribed, unsubscribed, inactive, or verification result status directly from the Email List Manager badges.
Import Emails
Importing via text Paste email addresses into the Email Addresses field, one per line. If you have a name, add it after a comma:
smithpatrick@gmail.com,Smith Patrick
kellythomas@yahoo.com,Kelly Thomas
johnjames@live.com,
jean4u@gmail.com,Jean Alwin
Importing via CSV
Upload a .csv file using the Email Addresses CSV File field. Click Sample CSV File to download the correct format. After selecting the Email List and supplying the data, click Proceed to import. An import summary reports the count of Valid, Invalid and Duplicate addresses processed.
Email Verification Center
The Email Verification Center validates email addresses in a list against an email API provider before sending, so you only send to deliverable addresses.
How to Verify
- Select the Email List to verify
- Select the Email API Provider (an Elastic Email identity with API enabled)
- Set the Email Limit — the maximum number of addresses to verify in one run (default: 50)
- Click Start Verification
Generate Subscribe Code
Generate Subscribe Code creates an embeddable subscribe form that you can add to any external website or page, allowing visitors to join your email list directly.
Generating a Subscribe Code
- Select the Email List subscribers will be added to
- Select the Language for the form labels
- Enter a Source tag to identify where subscribers came from (e.g.
website,blog,landing-page) - Set the form Width in pixels (default: 500)
- Set the form Height in pixels (default: 230)
- Click Generate
Cron Command
The Cron Command section (admin only) provides the command to automate newsletter delivery. Add the command to your server’s crontab to send scheduled newsletters without manual intervention.
Typical Daily Cron Entry
0 * * * * php /path/to/seopanel/plugins/newsletter/cron.php
Plugin Settings
Plugin Settings (admin only) controls user access and content configuration.
Available Settings
- Allow user to access the campaign manager – When enabled, non-admin users can access Campaign Manager, Newsletter Manager, Reports, Email Lists and the Verification Center
- Allow user to access system email server – When enabled, non-admin users can use the system-level email server for sending
- Newsletter content wordwrap length – The character width at which newsletter plain-text content wraps (default: 70)
To update a setting, change the value and click Proceed.