Mail Subscribe List

Plugin Banner

Mail Subscribe List

by Richard Leishman

Download
Description

Check out the latest WordPress deals for your site.

This is a simple plugin that allows visitors to enter their name and email address on your website, the visitors details are then added to the subscribers list which is available to view and modify in the WordPress admin area.

This plugin can be used not only for Mailing List subscriptions but can be used generally for collecting email address and/or peoples names that are visiting your website.

The name/email form can not only be customised but can also be displayed on any WordPress page by using either the ‘Subscribe Widget’, WordPress shortcode [smlsubform] or from your WordPress theme by calling the php function.

I developed this plugin as I could not find any plugin that simply allows users to submit their name and email address to a simple list viewable in the WordPress admin, all the plugins that I found had lots of extra features such as 3rd party integration, mass emailing and double opt-in, my clients do not need any of these features.

Extra Options

I have developed some customizable options that allow you to change the way the plugin is displayed.

Below is an explanation of what each option does:-

  • “prepend” -> Adds a paragraph of text just inside the top of the form.
  • “showname” -> If true, this with show the name label and input field for capturing the users name.
  • “nametxt” -> Text that is displayed to the left of the name input field.
  • “nameholder” -> Text that is displayed inside the name input box as a place holder.
  • “emailtxt” -> Text that is displayed to the left of the email input field.
  • “emailholder” -> Text that is displayed inside the email input box as a place holder.
  • “showsubmit” -> If true, this with show the submit button, return required to submit form.
  • “submittxt” -> Text/value that will be displayed on the form submit button.
  • “jsthanks” -> If true, this will display a JavaScript Alert Thank You message instead of a paragraph above the form.
  • “thankyou” -> Thank you message that will be displayed when someone subscribes. (Will not show if blank)

Extra Options – How to Use (Short Code Method)

Short codes can be used simply putting the code into your wordpress page, here is an example of the shortcode in use.

[smlsubform prepend="" showname=true nametxt="Name:" nameholder="Name..." emailtxt="Email:" emailholder="Email Address..." showsubmit=true submittxt="Submit" jsthanks=false thankyou="Thank you for subscribing to our mailing list"]

Extra Options – How to Use (PHP Method)

The PHP method can be used by putting the following PHP code into your WordPress theme, here is an example of php code for your template.

$args = array(
'prepend' => '', 
'showname' => true,
'nametxt' => 'Name:', 
'nameholder' => 'Name...', 
'emailtxt' => 'Email:',
'emailholder' => 'Email Address...', 
'showsubmit' => true, 
'submittxt' => 'Submit', 
'jsthanks' => false,
'thankyou' => 'Thank you for subscribing to our mailing list'
);
echo smlsubform($args);

We try our hardest to ensure that our plugins are secure and completely bug-free, by using this plugin you acknowledge and accept that we are not, and will not be held responsible for any damages, loss, costs or expenses arising from the use of our plugins.

  1. Upload mail-subscribe-list folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Either use the widget in your sidebar or place [smlsubform] in any of your pages or <?php echo smlsubform(); ?> in your template.
  • It takes a lot of time and hard work to develop plugins, if you like my plugin then please find the time to rate it.
  1. Admin Management

    Admin Management

  2. Example Widget in Use

    Example Widget in Use

  3. Subscribe Widget

    Subscribe Widget

Can this plugin be used to send emails when I publish a new post or page?

No, this plugin was designed to collect email addresses from visitors. This plugin does not send emails at all.

Thanks Richard - nice and simple and works!

By albert123 on April 27, 2024

Thanks Richard - nice and simple and works!

Simple & Great - Please update!

By GoddessNYC (goddessprojects) on October 18, 2018

If all you want is a simple subscription plugin, this is perfect. We hope that the developer updates soon!

Does exactly what you would expect and easy to use

By Marco van Wieren (wpo365) on March 2, 2018

Does exactly what you would expect and is very easy to use. Great plugin!

Simple and functional

By Dolomats0 on February 6, 2018

Very Good

Wanted it to fit my needs

By voodoomg on January 30, 2018

Shortcode doesn't resolve properly. Formatting is cumbersome.

A focused plugin

By Allyson (AllysonSouza) on November 7, 2017

Does what is expected from it, simple and effective.

Perfect!

By Sakudo on August 18, 2017

Does what it promises. Simple and neat!

Recommended!

By martialspirit (eclecticphilosopherdesigner) on December 4, 2016

Does what it says and does it well. No games, no gimmicks, no tricks.

needs updating

By cvanhenten on September 3, 2016

not working on last versions of wp

Great plugin! Love it!

By Azamat (azamat88) on September 3, 2016

Simple and easy to use! I've been using it for over a year now.

Thank you so much for this plugin!

= 2.1.10

  • Address XSS vulnerability.

= 2.1.9

  • Fix HTML escape issue in widget.

= 2.1.8

  • Fix HTML escape issue in widget.

= 2.1.7

  • Security improvements.

= 2.1.6

  • Security improvements.

= 2.1.5

  • Update CSV export to use best practices.

= 2.1.4

  • Add nonce to subscriber delete form.

= 2.1.3

  • Fixed some index notices.
  • Fix mysql_query issues by replacing with safer prepared statements.

= 2.1.1

  • Added some security suggestions kindly provided by José Fonseca, thank you.

= 2.1

  • Critical fix due to vulnerability found and fixed by Falcoz Kevin (aka 0pc0deFR). Thank you.

2.0.9

  • Bug fixes.

2.0.8

  • Added extra security to the admin functions.

2.0.7

  • Fix the echo of after_widget in widgets.

2.0.6

  • Remove sending of activation message.

2.0.5

  • Fix possibility of conflicting with other plugins and not showing the menu item in the admin.

2.0.4

  • Export format changed, can now export to Google Contacts.

2.0.3

  • Fixed PHP short tags issue with removing subscribers, my bad.

2.0.2

  • Removed constants due to conflict with other plugins.

2.0.1

  • Fix filter/shortcode big.
  • Show/Hide Submit Button.

2.0

  • Celebrating 5000 Downloads!
  • Added some fixes to the code.
  • Added the ability to use the shortcode within the Text Widget, provided by Joel Dare.
  • Full Widget Support with Configurable Options!
  • Added some more screenshots.

1.1.2

  • Fix bug when no array is passed to smlsubform().
  • Ability to import CSV file to the list.
  • Changed the order of the CSV output.
  • Few cosmetic changes.

1.1.1

  • You can now specify the placeholder text.
  • Extensions to the documentation.

1.1

  • Created a few extra options to customise the form.
  • Check to see if the email address is already in the database.
  • Customisable thank you for subscribing message.
  • Ability to choose between a paragraph or JavaScript Alert based thank you message.
  • Extended documentation.

1.0.1

  • Few fixes in the documentation.

1.0

  • Developed Mail Subscribe List Plugin.
Back to top