Main > Free Download Search >

Free newsletter software for linux

newsletter

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 38
C2::Newsletter 0.3 beta

C2::Newsletter 0.3 beta


C2::Newsletter is a tool to send MIME-encoded newsletters. more>>
C2::Newsletter is a simple tool for sending newsletters to your visitors. It allows you to create multiple newsletters, so your visitors can select which topics they want to receive.
There is an admin interface to add/edit newsletters and recipients, and send in plain text or MIME-encoded. It is easy to use, but currently only in German (English will be available soon).
Enhancements:
new Features
- Verification email is now configurable (plain text only)
- Supports now the admin as recipient for verification emails
fixed Bugs:
- Admin interface allows to list the recipients of a specified newsletter
- Config page => cancel button now works
- deleting a newsletter deletes also items in c2_mail_newsletter_selections
- holds email when adding a new recipient record
- verification of new recipients now works
performance:
- function GetConfig()
<<less
Download (0.024MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1642 downloads
Oxylus Newsletters System 0.2

Oxylus Newsletters System 0.2


Oxylus Newsletters System is a complex newsletter system. It allows you to manage multiple groups. more>>
Oxylus Newsletters System is a complex newsletter system. It allows you to manage multiple groups.
You can import and export users, and public subscription is allowed. Oxylus Newsletters System project allows linux users to schedule newsletters for a specific date using a crontab job.
For each sent newsletter, you can see its history and whether it was successfully sent.
Enhancements:
- This version is fully compatible with PHP5.
- The mails are sent just once to all the users.
- The SQL error which occurred when new groups are created was fixed.
- Various framework bugfixes were made.
<<less
Download (0.20MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1435 downloads
PloneNewsLetter 2.0

PloneNewsLetter 2.0


PloneNewsLetter provides a product for sending newsletters based on new Plone content to an email address in TXT or HTML format. more>>
PloneNewsLetter provides a product for sending newsletters based on new Plone content to an email address in TXT or HTML format.
PloneNewsLetter gives you the possibility to create your custom newsletters. The newsletter is prepared for being sent using your favourite mass mailer, and can be directly published on your site.
The process of creating your PloneNewsLetter:
- You create a new PloneNewsLetter
- Using PloneNewsLetter, you search your Plone site for content
- You select the documents that you want to make it into the newsletter
- You can click on the "create" button, and an html and text version of the newsletter are created.
- The html and text versions can now be edited and viewed quickly in a preview window.
- Once you are satisfied with the result, you can send the newsletter to your email address.
- You can use your favourite mass mailer to distribute the newsletter Features:
- The templates used for production of the newsletter are fully customizable.
- The selection of objects for the newsletter is remembered, so you dont have to reselect everything just because you changed the templates.
- If the user publishes the newsletters content, all users will see the HTML version of the newsletter. That way the the newsletter is automatically archived online.
- PloneNewsLetter consists of two object:
- A content type, for users
- A Portal Tool, for settings
<<less
Download (0.11MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
985 downloads
whatsnewfm 0.6.5

whatsnewfm 0.6.5


whatsnewfm is a filter for the daily newsletter from freshmeat.net that only shows new or interesting items. more>>
whatsnewfm is a filter for the daily newsletter from freshmeat.net that only shows "new" or "interesting" items.

The main purpose is to cut the huge newsletter to a smaller size by only showing items that you didnt see before.

The items already seen will be stored in a database. After some time, the items expire and will be shown again the next time they are included in a newsletter.

If you find an item that you consider particularly useful, you can add it to a "hot" list. Items in the hot list are checked for updates so that you dont miss anything about your favourite programs.

<<less
Download (0.025MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1466 downloads
Tellmatic 1.0.6

Tellmatic 1.0.6


Tellmatic project is a tool to manage and create newsletters for personalized mailing or mass mailing. more>>
Tellmatic project is a tool to manage and create newsletters for personalized mailing or mass mailing. Addresses and newsletters are stored in groups to handle different user groups and thousands of addressses at a time.

SMTP is used for sending the newsletter to your subscribers to make sure you get all error and bounce messages. Bounces can be handled automagically via a small bounce-management module with POP3 access. It also has a small form-editor and statistics. You can import and export your addresses in CSV format.

<<less
Download (1.7MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
817 downloads
Cream CRM 3.0.0

Cream CRM 3.0.0


Cream is a customer relationship management (CRM) system that addresses the specific needs of media organizations. more>>
Cream is designed to meet the unique demands publishers have, including features that allow subscription management, support for multiple products (print subscriptions, advertising, online subscriptions, books, etc.), customer communications (both incoming and outgoing), and easy-to-use reporting and analytical functions.
The project also enables publishers to track special offers, such as seasonal discounts and trade shows. With Cream, media organizations can put their business data to work, increasing sales and customer satisfaction. It allows employees to have up-to-date information throughout the sales cycle, and lets managers have greater insight into sales patterns.
Main features:
- receiving e-mails functionality (text and HTML)
- sending HTML emails
- editing HTML emails with a WYSIWYG HTML editor
- newletter subscriptions for anonymous users
- external HTML forms for newsletter subcribe and unsubscribe
- sending HTML newsletters
- editing HTML newsletters with WYSIWYG HTML editor
- powerful filter for sending newsletters to either newsletter subscribers or all customers based on type, category, product, campaign...
- Import of products and customers
- Communication and Sales tabs in user interface
- completely localizable user interface
- localizations to Dutch, German, Spanish, Russian, Ukrainian and Serbian languages
- Home page with shortcut and summary links
- Help page with FAQ, Support and Forum links
- Cream now works on Windows too
Enhancements:
- This version works with MySQL database and features new functionality for contacts, opportunity and task management, external HTML forms for support and information requests, CMS integration, and many new fields and options.
<<less
Download (11.5MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
817 downloads
Mailing List 1.04

Mailing List 1.04


Mailing List is a Web-based, full-featured mailing list and newsletter system. more>>
Mailing List project is a Web-based, full-featured mailing list and newsletter system. Users can subscribe and unsubscribe themselves.
Email confirmation is used for new subscriptions. The list of subscribers to a list can be imported and exported.
Installation:
- copy all files to your web host
- use phpmyadmin or your mysql interface to run site.sql against your database.
- open site.xml and edit the database section with your database details.
- go to index.php and login with username of admin with a password of test.
Setup the site.xml file with your database settings as follows.
< database type="mysql" >
< server >database server address< /server >
< login >database login< /login >
< password >database password< /password >
< default >mysql database name< /default >
< /database >
Add this to your ".htaccess" file to prevent viewing of the xml config file.
< Files ~ ".xml" >
Order allow,deny
Deny from all
Satisfy All
< /Files >
Enhancements:
- A problem with the SQL setup file which caused the setup to fail on some systems was fixed.
<<less
Download (0.18MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1186 downloads
Beacon 0.2.1

Beacon 0.2.1


Beacon is the SIMPLE free wiki and tag based publishing system! more>>
Beacon is the SIMPLE free wiki and tag based publishing system!
Beacon allows non technical people easy page editing and categorization of web pages making Beacon idea for groups of people wishing to collaborate around a documentation or composition project.
Main features:
- Wiki article formatting and linking
- Tag based categorisation of articles
- Customisable menus
- File upload and inclusion in article content
- RSS feed
- Article commenting
- Open or restricted editing
- Templated design
- Captcha security
- Database abstraction layer (works with many types of database)
- Multilingual (content and interface)
- Spellchecking
- Search
- Newsletter
Enhancements:
- This release adds a Captcha session check, upgrades PHPMailer, and fixes the PHPMailer error display in Beacon, a comment display error, and links in the default template.
<<less
Download (0.42MB)
Added: 2005-11-12 License: GPL (GNU General Public License) Price:
1441 downloads
LDAP Mailing Lists Access Policy Daemon 0.2

LDAP Mailing Lists Access Policy Daemon 0.2


LDAP Mailing Lists Access Policy Daemon (MLAPD) is a mailing list manager that uses LDAP to control list access. more>>
LDAP Mailing Lists Access Policy Daemon (MLAPD) is a mailing list manager that uses LDAP (instead of BDB or GDBM) to control list access. Its designed to work in conjunction with Postfix as an access policy delegation daemon. It manages electronic mail discussion and e-newsletter lists. Its goal is to store/read list data on/from LDAP.
It works as a Postfix access policy delegation agent, so it can be installed one time and used by multiple Postfix instances, or installed multiple times and not suffer database access concurrency issues (because it uses LDAP).
Enhancements:
- This can be considered the first stable and usable release.
<<less
Download (0.040MB)
Added: 2007-03-24 License: GPL (GNU General Public License) Price:
944 downloads
phpMyProfiler 0.9.6b

phpMyProfiler 0.9.6b


phpMyProfiler is a script to display DVD Profiler-exports on your own web-server. more>>
phpMyProfiler is based on myprofiler and parses the XML files of DVD Profiler (www.intervocative.com) to insert information into a MySQL database.
Compared to the service of Intervocative, the layout is configurable and almost all information about your DVD collection can be provided.
Additional features include a newsletter, a guestbook, loan management, a cover gallery, and reports.
Enhancements:
- new: Support for addicted2dvds TV Series Episode Guides
- new: Added selection for ownership state in report
- new: Added Cast&Crew Gallery. Thanks to Sundance
- new: Danish translation. Thanks to thezubdk
- new: Added search for audio languages and rating
- new: New theme deviant. Thanks to George Lewe
- fix: closed security hole in functions.php
<<less
Download (1.2MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
bMail PR11

bMail PR11


bMail is Mailing List/Newsletter software written in PHP. more>>
bMail is Mailing List/Newsletter software written in PHP.
Main features:
Subscribers:
- Import and Export Subscribers
- Subscribers can update their own information or unsubscribe
- Subscriber Demographics
- Ability to collect customizable demographics from subscribers
- Ability to create and mail groups/subsets of your subscribers based off of filtering criteria
Mailings:
- HTML Mailings
- Integrated WYSIWYG Editor for HTML Mailings
- Advanced sending routine
- Ability to pause, resume, and cancel a mailing
- Mailing will continue if internet connection is lost or browser closes
Enhancements:
[CHANGES]
- Look and feel now controlled by Smarty Templates. (Allows for easy customization of subscribe form, user, and admin pages using templates devoid of PHP)
- Added i18n support through gettext
- Massive reogranization of file structure:
- !!! config.php is now in root directory. See the sample !!!
- Generation of subscription form greatly enhanced. Now supports 3 modes: Default Form, Embedded Form(s), Plain HTML
[ENHANCEMENTS]
- Added a work directory to store cached templates
- Drag and Drop ordering of demographics
- Debugging is more verbose
- Improved logging mechanism
- French and German Translation
[BUG FIXES]
- Fixed configuration of SMTP servers
- Many small cleanups and bugfixes
- Migration away from old HTML form class
<<less
Download (0.49MB)
Added: 2006-04-29 License: GPL (GNU General Public License) Price:
1274 downloads
Freebaser 2005.03.10

Freebaser 2005.03.10


Freebaser project consists of collection of Free database applications. more>>
Freebaser project consists of collection of Free database applications.
Its goal is to create simple, elegant, and useful applications to solve organizational issues.
It includes a client database, a member database, a contacts database, a task list/todo list, and a workflow database.
Main features:
- Client database
- Member database
- Contacts database
- Task List / Todo list
- Workflow
Client Database:
The clients database is a database that we plan on being used as the single database for an organisation that has customers/clients/etc. Ie. if your running your own business this is the database from the freebaser collective that you should be using as it incorporates all the aspects of the contacts and member datbases but adds business/client/customer related fields and sections.
Contacts Database:
The contacts databse is designed to be used by you as your personal friends/contacts database.
Member Database:
The Member database is designed for Not-For-Profit organisations that are made up of members and not customers/clients/employees. The idea organisation is a Trade Union, or small club that needs to track its members.
Task List/Todo List:
The Task List database is designed to trach and manage your daily tasks and duties.
Workflow Database:
The Workflow database is still in a proto-type mode but is design to be able to let the user to track and manage the various organisation processes.
An example is a group publishing its newsletter, there maybe 40 steps from start to finish in getting a newsletter out and the Workflow database is design to be able to accomodate these kind of process tracking.
At the moment the Workflow database is pretty useless unless its customised to your particular organisational processes - as each organisation has its own processes.
Enhancements:
- Changes made to the table CSS to make the pop up calendar appear correctly
<<less
Download (0.50MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1008 downloads
Metafox 0.8.12

Metafox 0.8.12


Metafox is an enterprise Content Management System which uses a special template system. more>>
Metafox project is an enterprise Content Management System which uses a special template system. With that template system, you can easily create any Web site with a particular design and code characteristics.
All content data are stored in a relational SQL database, and administration via the Web interface is easy, fast, and effective.
Enhancements:
- Newsletter and poll implementations were added.
- Server-side image resizing was implemented.
- Support for serving content through custom templates, such as RSS2, was added.
- Content inclusion from one article to another article was added.
- The administration interface was improved by splitting content to static pages and dynamic articles.
- This version works better with new versions of MySQL (such as 5.0), and has better support for the UTF-8 encoding.
- Long links submitted to the discussions are truncated.
- Several bugfixes and tiny improvements were made.
<<less
Download (0.043MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1124 downloads
Exercise Tip Email Buddy 1.3

Exercise Tip Email Buddy 1.3


Exercise Tip Buddy is an easy-to-install Web site tool that allows your visitors to sign up for an exercise tip mailing list. more>>
Do you have a health-related web site and need to start generating a good list of e-mail list subscribers for an upcoming newsletter?
Exercise Tip Buddy is an easy-to-install Web site tool that allows your visitors to sign up for an exercise tip mailing list. It works out-of the-box, so you can start building your subscriber list before you put together a full-blown newletter.
Exercise Tip Email Buddy comes with 26 exercise tips built in, so you already have a unique mailing twice a month for a full year!
Main features:
- Installation is easy, just upload the script and run the install file to automatically install your database tables and set up your configuration.
- Set the time between mailings. Want a weekly e-mailing? Daily? No problem you set the length.
- Easily set how many e-mails can be sent in a day or hour to avoid getting on your hosting providers bad side. The e-mails are stored and those that cant be sent right away will be sent later.
- Add custom exercise tips of your own!
- Visitor sign-up script includes a Captcha device to avoid automated signups by spammers.
<<less
Download (0.057MB)
Added: 2006-05-11 License: Freeware Price:
1261 downloads
PHP-Nuke 7.8

PHP-Nuke 7.8


PHP-Nuke is a Web portal and online community system that includes Web-based administration, survey. more>>
PHP-Nuke is a Web Portal System or content management system. PHP-Nukes goal is to have an automated web site to distribute news and articles with users system. Each user can submit comments to discuss the articles.

Main features include: web based admin, surveys, top page, access stats page with counter, user customizable box, themes manager for registered users, friendly administration GUI with graphic topic manager, option to edit or delete stories, option to delete comments, moderation system, Referers page to know who link us, sections manager, customizable HTML blocks, user and authors edit, an integrated Banners Ads system, search engine, backend/headlines generation (RSS/RDF format), and many, many more friendly functions. PHP-Nuke is written 100% in PHP and requires Apache Web server, PHP and a SQL (MySQL, MySQL4, msSQL, PostgreSQL, Access, ODBC, DB2, Oracle and SQLite).

Support for 33 languages, Yahoo like search engine, Comments option in Polls, lot of themes, Ephemerids manager, File Manager, Headlines, download manager, faq manager, advanced blocks systems, reviews system, newsletter, categorized articles, multilanguage content management, phpBB Forums included and a lot more.
<<less
Download (5.7MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1493 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3