meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:invite [2013/08/26 20:33] phplistplugin:invite [2024/05/20 00:00] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Invite ======
 +
 +---- plugin ----
 +
 +description: Send an invite to join the phpList system
 +author     : phplist  
 +email      : info@phplist.com 
 +type       : 
 +lastupdate : 2013/08/28
 +compatible : 3.0.3
 +depends    : 
 +conflicts 
 +similar    : 
 +tags       : render
 +
 +downloadurl: http://github.com/michield/phplist-plugin-invite/archive/master.zip
 +bugtracker : http://github.com/michield/phplist-plugin-invite/issues
 +sourcerepo : http://github.com/michield/phplist-plugin-invite/
 +donationurl: 
 +----
 +
 +===== Purpose =====
 +
 +Send an invite using the campaign system.
 +
 +With this plugin you can send a campaign which requires the "Confirmation" url. Once a mail is sent, the subscriber is marked blacklisted. When they click the confirmation URL they are removed from the blacklist and will be a normal confirmed subscriber in the system.
 +
 +More info in the README: https://github.com/phpList/phplist-plugin-invite
 +
 +
 +===== Wishlist/Todo =====
 +
 +
 +It may at times be useful to allow sending to subscribers who are already marked unconfirmed in the system. This will need some discussion first.
 +
 +
 +
 +=== Change Log ===
 +
 +  * **2013/08/26**
 +    * added config to set the subscribe page, so that a different welcome message can be used
 +
 +
 +  * **2013/08/26**
 +    * Initial release
 +
 +
 +