Title: Mail Subscribe List
Author: Richard Leishman
Published: <strong>2012(&#101;)k&#111; abendua&#114;&#101;&#110; 3(&#97;)</strong>
Last modified: 2023(&#101;)k&#111; abuztua&#114;&#101;&#110; 8(&#97;)

---

Bilatu pluginak

![](https://ps.w.org/mail-subscribe-list/assets/banner-772x250.png?rev=672352)

Plugin hau **ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin**. Baliteke,
jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin
erabiltzen denean, bateragarritasun arazoak izan ditzake.

![](https://ps.w.org/mail-subscribe-list/assets/icon-128x128.png?rev=1158481)

# Mail Subscribe List

 [Richard Leishman](https://profiles.wordpress.org/webfwd/)-(r)en eskutik

[Deskargatu](https://downloads.wordpress.org/plugin/mail-subscribe-list.2.1.10.zip)

 * [Xehetasunak](https://eu.wordpress.org/plugins/mail-subscribe-list/#description)
 * [Berrikuspenak](https://eu.wordpress.org/plugins/mail-subscribe-list/#reviews)
 *  [Instalazioa](https://eu.wordpress.org/plugins/mail-subscribe-list/#installation)
 * [Garapena](https://eu.wordpress.org/plugins/mail-subscribe-list/#developers)

 [Laguntza](https://wordpress.org/support/plugin/mail-subscribe-list/)

## Deskripzioa

[Check out the latest WordPress deals for your site.](https://appsumo.com/search?tags=wordpress&utm_source=sumo&utm_medium=wp-widget&utm_campaign=mail-subscribe-list)

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);
    ```

## Pantaila-argazkiak

 * [[
 * Admin Management
 * [[
 * Example Widget in Use
 * [[
 * Subscribe Widget

## Instalazioa

**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.

## MEG

### 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.

## Berrikuspenak

![](https://secure.gravatar.com/avatar/62229e6697b2e165085b29f18c86b80aeab15d3628c663f8af352ee64b5ebe8d?
s=60&d=retro&r=g)

### 󠀁[Thanks Richard – nice and simple and works!](https://wordpress.org/support/topic/thanks-richard-nice-and-simple-and-works/)󠁿

 [albert123](https://profiles.wordpress.org/albert123/) 2024(e)ko apirilaren 27(
a)

Thanks Richard – nice and simple and works!

![](https://secure.gravatar.com/avatar/128ac83cc932f5991435aca62c1b903164b5d75d262cf27b88fbe90677795528?
s=60&d=retro&r=g)

### 󠀁[Simple & Great – Please update!](https://wordpress.org/support/topic/simple-great-please-update/)󠁿

 [GoddessNYC](https://profiles.wordpress.org/goddessprojects/) 2018(e)ko urriaren
18(a)

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

![](https://secure.gravatar.com/avatar/75204edba387579a55bb678011741490a6a38534223d72c04d3fe977a20988e2?
s=60&d=retro&r=g)

### 󠀁[Does exactly what you would expect and easy to use](https://wordpress.org/support/topic/does-exactly-what-you-would-expect-and-easy-to-use/)󠁿

 [Marco van Wieren](https://profiles.wordpress.org/wpo365/) 2018(e)ko martxoaren
2(a)

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

![](https://secure.gravatar.com/avatar/a0d435934f58feb6caa3d8b992495129e744ae1e1dd62007203769bfc9c685df?
s=60&d=retro&r=g)

### 󠀁[Simple and functional](https://wordpress.org/support/topic/simple-and-functional-74/)󠁿

 [Dolomats0](https://profiles.wordpress.org/dolomats0/) 2018(e)ko otsailaren 6(a)

Very Good

![](https://secure.gravatar.com/avatar/5704bf645bfea752c23d809fe8da963260a041a37ba57ee3a63556189bc1d335?
s=60&d=retro&r=g)

### 󠀁[Wanted it to fit my needs](https://wordpress.org/support/topic/wanted-it-to-fit-my-needs/)󠁿

 [voodoomg](https://profiles.wordpress.org/voodoomg/) 2018(e)ko urtarrilaren 30(
a)

Shortcode doesn’t resolve properly. Formatting is cumbersome.

![](https://secure.gravatar.com/avatar/2390e8368b3a4667c5213a889fb4cc40ce5a3d5c6080aeb6e7cdbbe41ca5ffdb?
s=60&d=retro&r=g)

### 󠀁[A focused plugin](https://wordpress.org/support/topic/a-focused-plugin/)󠁿

 [Allyson](https://profiles.wordpress.org/allysonsouza/) 2017(e)ko azaroaren 7(a)

Does what is expected from it, simple and effective.

 [ Irakurri 60 berrikuspenak ](https://wordpress.org/support/plugin/mail-subscribe-list/reviews/)

## Laguntzaileak eta Garatzaileak

“Mail Subscribe List” software librea da. Ondoko pertsonek egin dizkiote ekarpenak
plugin honi.

Laguntzaileak

 *   [ Richard Leishman ](https://profiles.wordpress.org/webfwd/)

[Itzul zaitez Mail Subscribe List zure hizkuntzara.](https://translate.wordpress.org/projects/wp-plugins/mail-subscribe-list)

### Garapena interesatzen zaizu?

[Araka kodea](https://plugins.trac.wordpress.org/browser/mail-subscribe-list/), 
begiratu [SVN biltegia](https://plugins.svn.wordpress.org/mail-subscribe-list/) 
edo harpidetu [garapen erregistrora](https://plugins.trac.wordpress.org/log/mail-subscribe-list/)
[RSS](https://plugins.trac.wordpress.org/log/mail-subscribe-list/?limit=100&mode=stop_on_copy&format=rss)
bidez.

## Aldaketen loga

= 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.

## Meta

 *  Version **2.1.10**
 *  Azken eguneraketa **duela 3 urte**
 *  Instalazio aktiboak **3.000+**
 *  WordPress bertsioa ** 3.0 edo handiagoa **
 *  **6.2.9** (e)raino probatuta.
 *  Language
 * [English (US)](https://wordpress.org/plugins/mail-subscribe-list/)
 * Etiketak
 * [email](https://eu.wordpress.org/plugins/tags/email/)[list](https://eu.wordpress.org/plugins/tags/list/)
   [mail](https://eu.wordpress.org/plugins/tags/mail/)[newsletter](https://eu.wordpress.org/plugins/tags/newsletter/)
   [subscribe](https://eu.wordpress.org/plugins/tags/subscribe/)
 *  [Ikuspegi aurreratua](https://eu.wordpress.org/plugins/mail-subscribe-list/advanced/)

## Balorazioak

 4.4 out of 5 stars.

 *  [  45 5-star reviews     ](https://wordpress.org/support/plugin/mail-subscribe-list/reviews/?filter=5)
 *  [  5 4-star reviews     ](https://wordpress.org/support/plugin/mail-subscribe-list/reviews/?filter=4)
 *  [  3 3-star reviews     ](https://wordpress.org/support/plugin/mail-subscribe-list/reviews/?filter=3)
 *  [  2 2-star reviews     ](https://wordpress.org/support/plugin/mail-subscribe-list/reviews/?filter=2)
 *  [  5 1-star reviews     ](https://wordpress.org/support/plugin/mail-subscribe-list/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/mail-subscribe-list/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/mail-subscribe-list/reviews/)

## Laguntzaileak

 *   [ Richard Leishman ](https://profiles.wordpress.org/webfwd/)

## Laguntza

Zerbait duzu esateko? Laguntza behar?

 [Ikusi laguntza foroa](https://wordpress.org/support/plugin/mail-subscribe-list/)