This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Personal Newsletter

Description

Features:

  1. Setup multiple newsletters.
  2. Different send modes include manual, diary, weekly and monthly.
  3. Custom newsletter content, template using php directly and all wp functions.
  4. $user (newsletter receiver) object available in template.
  5. User can configure to receive newsletter in it’s profile edit page.
  6. Uses wp_cron and wp_mail, no extra configuration on the server is needed.

Repository access

The repo is in github, thanx to incodex.com
Repository link

Screenshots

  • Campaigns List page
  • Add new Campaign page
  • Profile edit page newsletter options The first two options are from the newsletter plugin. The other two were added using the hook 'personal_newsletter_edit_user_profile'

Installation

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Personal Newsletter” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Personal Newsletter” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.0.2

  • Check the user selected frequency

0.0.1

  • First release