Tags: e1mo/ask.e1mo.de
Tags
v2.0.1 Minor bugfixes and an new configuration option for toggeling debug output. Fixed: - Add mising custom recipient label to config and documentation (73be272, 4e0885e) - No more debug output by default (a229882) New: - Configuration parameter for debug output (a229882) - Link to the sourcecode and creator below the form (73be272)
v2.0.0 - Major rewrite of the codebase This is a complete rewrite of the code. Besides a new, still simple and functional, design the biggest improvment is the ability to configure it yourself using the config.php and the support for SMTP (while sendmail support is still present). As of this version, the code is licensed under the bsd 3-clause license. See LICENSE for further information. New: - Use PHPMailer for sending mail (171c570, 349c76c, cd2a01f) - Support for custom modules to inject headers (3fec894, 7ba0fc5) - New and improved Design and layout with visual feedback (ae85f28, f02ece0) - Completely new concept behind the custom recipient mechanism (4b84d04, c0c77a7) - Forward users to the same page after submitting a message (52281cd)