Mailmin is a massmail solution for Tilburg University ----------------------------------------------------------- License: GPL v2 or newer (C) Tilburg University 2015. Dependencies: apt-get install php-nette tinymce Mailmin consists of two parts. The first part is a webbased portal in which massmails can be prepared. The second part is the daemon part which takes care of sending messages and responding to bounces and incoming mail. The Nette framework (http://www.nette.org) should be in the PHP include path Directory structure .../ /doc Documentation /log writable by webserver /temp writable by webserver /src/app Application stuff (outside docroot) /src/https document root, readable by webserver, not writable On the server it needs: .../ /log writable by webserver /temp writable by webserver /Nette optional for inclusion. The Nette Framework