Whenever you develop a TYPO3 website for a client sooner or later the topic mail design will show up. Some of you may now think So what? and some of you probably shudder in fear now. We got something for both of you: CSS inliner for the TYPO3 mailer
Kategorie: Packages

TYPO3 form log
One feature absent in the TYPO3 form extension is logging of form data. Now this is a piece of cake thanks to the new formlog extension proudly brought to you by Pagemachine: https://github.com/pagemachine/typo3-formlog The development of the extension was sponsored by TÜV Hessen and is successfully used in production.

Manage SSH authorized_keys in PHP
Today we’ll introduce a new convenient package to manage your SSH authorized_keys file via PHP. If you want to manage SSH keys on a remote server, you’d usually use ssh-copy-id to add your public SSH key to the authorized_keys file on the server. This is actually nice since it will ask you for a password for […]