BFallert / powermail

This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3

Home Page:https://forge.typo3.org/projects/extension-powermail/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 Extension powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension with a lots of features (spam prevention, marketing information, optin, ajax submit, diagram analysis, etc...)

Quick installation

Please look at the manual for a big documentation at https://docs.typo3.org/typo3cms/extensions/powermail

Quick guide:

  • Just install this extension - e.g. composer require in2code/powermail or download it or install it with the classic way (Extension Manager)
  • Clear caches
  • Add a new form (with one or more pages and with some fields to a page or a folder)
  • Add a new pagecontent with type "powermail" and choose the former saved form
  • That's it

Changelog

Please look at https://docs.typo3.org/typo3cms/extensions/powermail/Changelog/Index.html

Supported version (for latest powermail)

Software Versions Note
TYPO3 7.6 - 8.7 TYPO3 7.6 is only supported without extension compatibility6
PHP 5.5 - 7.1

Need some extension possibilities for powermail?

Example form with bootstrap classes:

Example form

Backend module mail list:

Backend Module

Whats the difference between version 4 and 3

  • A small refactoring of the mail related service classes
  • Add a possibility to create columns in a form for e.g. bootstrap
  • TYPO3 7.6 is still supported in this major version

Whats the difference between version 3 and 2

  • General update for TYPO3 7.6 and 8.x
  • Table name correction from plural to singular (..mails => ..mail, ..fields => ..field)
    • Updated ext_tables.sql
    • Converter script to convert old tablenames to new tablenames
      • Automaticly on extension installation
      • Start manually from extension manager
  • Add bootstrap
    • Frontend
      • Add static template to add bootstrap classes to forms and fields
      • Add constant to load bootstrap.css from powermail folder
      • Update Layouts, Templates, Partials (Pi1 and Pi2)
    • Backend
      • Update modules with new markup
  • Backend
    • PluginInformation refactoring
    • Remove old form converter (converted 1.x to 2.x forms)
    • Remove unneeded overview actions
    • Enable table garbage collector scheduler tasks per default
  • General
    • Add DataProcessors to change mail object before it's persisted or used in mails
    • Own spamshield methods could be registered via TypoScript now
    • Refactoring of upload function
    • Add signals to ValidationDataAttributeViewHelper, PrefillFieldViewHelper and PrefillMultiFieldViewHelper
    • Remove outdated parts of code (PHP, Templates)
    • Some code cleanup
    • Manual update

About

This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3

https://forge.typo3.org/projects/extension-powermail/


Languages

Language:PHP 60.3%Language:JavaScript 14.6%Language:CSS 10.0%Language:HTML 8.4%Language:Gherkin 6.7%