# Powermail for Developers Displays all Powermail parameters: GET, POST and session data. Place the plugin before the Powermail plugin. Enter your IP address. Include the static template. That's all. ## Manuals + https://gitlab.die-netzmacher.de/typo3/powermail4dev/tree/master/doc ## Zip + https://gitlab.die-netzmacher.de/typo3/powermail4dev/repository/archive.zip?ref=master ## Repositories ### TYPO3 + https://extensions.typo3.org/extension/powermail4dev ### Git #### Download + git clone https://gitlab.die-netzmacher.de/typo3/powermail4dev.git #### Update + git pull #### Upload You need access rights. + git add . + git commit -m "my message" + git push -u origin master