Quick installation

To add this extension to your existing TYPO3 system, you have tree options:

  1. Composer installation (recommended)

    composer require mediaessenz/mail
    
  2. Extension manager

    Open "Admin and maintenance tools" > "TYPO3 extension manager" and search for "mail". Install it by clicking on the install button.

  3. Download

    Download it from here: https://extensions.typo3.org/extension/mail and use the extension manager to upload and install it.

Update the database scheme

After the first install, depending of the way (composer or other), it could be necessary to update the database, to get ready for go.

Open your TYPO3 backend with system maintainer permissions.

In the module menu to the left navigate to Admin Tools > Maintenance, then click on Analyze database and create all.

../_images/AnalyzeDatabase.png

Clear all caches

Clearing all caches after installing a new extension is always a good thing.

In the same module like before, you can also conveniently do this by clicking the button Flush cache.

../_images/FlushCache.png