Install Software For Free

Simple Newsletter Plugin

Developer Yulianto (Ian)
Update Time April 6, 2009, 11:50 p.m.
Donation URL: donation
PHP Version: 2.6.0 +
WordPress Version: 2.6.5

Tag

plugin wordpress email mail admin email marketing newsletter plugin opt-in Newsletter

Download

Description:

This plugin is a simple newsletter plugin. It can show opt-in form, save opt-in email and name, and send emails to your opt-in list. It also have import and export email data ability. You can comment and ask about the plugin here. For latest update please download here. Update December 11, 2008 -Can filter data by Opted-in user, not opted-in user, and removed user -Paging system for opted-in data

Installation:

  1. Upload the plugin files to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Update setting.php with your database settings. You can find the settings in 'wp-config.php' in your www directory.
  4. Place <?php wpnewsletter_opt_in(); ?> in your templates.
  5. If you want to add show pop up opt-in form, place <?php wpnewsletter_show_optin_div(); ?> in your templates. Put <?php ob_start(); ?> on the first line of your header.php theme file.