Mail Subscribe List
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);
Top keywords
- name9×1.84%
- displayed8×1.64%
- email8×1.64%
- wordpress8×1.64%
- true7×1.43%
- text6×1.23%
- address5×1.02%
- form5×1.02%
- input5×1.02%
- php5×1.02%
- submit5×1.02%
- code4×0.82%
Send
Did you find this plugin helpful? Please consider leaving a 5-star review. Note: This is a forked version of the now unsupported wpMandrill plugin. The notes below are copied over from the original plugin and will be updated as relevant updates become available. Please help by contributing to the GitHub repository Send Emails With Mandrill on GitHub This plugin uses Mandrill API to send outgoing emails, with or without attachments, from your WordPress installation. It replaces the wp_mail function included with WordPress. Emails are tracked and automatically tagged for statistics within the Mandrill Dashboard. You can also add general tags to every email sent, as well as particular tags based on selected emails defined by your requirements. You can also use your own templates that have been added to your MailChimp account and shared with your Mandrill account. There are a few levels of integrations between your WordPress installation and this plugin: The simplest option: Install it, configure it, and Send Emails with Mandrill will start sending your emails through Mandrill. If you need to fine tune certain emails, you can change any email by creating a filter for the mandrill_payload hook. For further customization, we’ve exposed a function that allows you to send emails from within your plugins, instead of the regular wp_mail function: wpMandrill::mail Enable the connection by entering a valid API key in the settings page or adding the line define('SEWM_API_KEY', '{YOUR_API_KEY}') your site’s wp-config.php file. Spanish translation available. Request If you find that a part of this plugin isn’t working, please don’t simply click the WordPress “It’s broken” button. Let us know what’s broken in its support forum so we can make it better. Our mind-reading device still needs some tweaking. Localizations Send Emails with Mandrill is currently available in the following languages: Albanian (Shqip) Arabic (العربية) Armenian (Հայերեն) Basque (Euskara) Bengali (বাংলা) Bulgarian (Български) Catalan (Català) Chinese Simplified (简体中文) Croatian (Hrvatski) Czech (Čeština) Danish (Dansk) Dutch (Nederlands) Estonian (Eesti) Finnish (Suomi) French (Français) Galician (Galego) Georgian (ქართული) German (Deutsch) Greek (Ελληνικά) Hebrew (עברית) Hindi (हिन्दी) Hungarian (Magyar) Indonesian (Bahasa Indonesia) Irish (Gaeilge) Italian (Italiano) Japanese (日本語) Korean (한국어) Latvian (Latviešu) Lithuanian (Lietuvių) Macedonian (Македонски) Norwegian (Norsk) Persian (فارسی) Persian – Afghanistan (دری) Polish (Polski) Portuguese – Brazil (Português do Brasil) Portuguese – Portugal (Português) Romanian (Română) Russian (Русский) Serbian (Српски) Slovak (Slovenčina) Slovenian (Slovenščina) Spanish (Español) Swedish (Svenska) Tamil (தமிழ்) Thai (ไทย) Turkish (Türkçe) Ukrainian (Українська) Urdu (اردو) Vietnamese (Tiếng Việt) Welsh (Cymraeg) Known Issues Daily statistics will show data for the first 20 senders (emails) registered. Daily statistics will show data for the first 40 tags registered. If your account has more than 20 senders registered or more than 40 tags used, the detailed daily statisticas might show incompleted data.