Skip to main navigation Skip to main content Skip to page footer

Automatic email after records have been edited

If data records need to be checked as a TYPO3-Extension-Developer after they have been edited an automatic email can be sent on saving of data records. This is configured as follows:

plugin.tx_openimmopro.settings.forms.immobilie {
    #
    # Notify admin about inserted/updated records
    mailOnSave {
        # Enable notification mail on saving records
        active = 0
        subject = Record address saved on www.coding.ms
        fromEmail = typo3@coding.ms
        toEmail = typo3@coding.ms
    }
}

This works for both create and edit forms.

Shopping basket 0 Products

The Demo is build with*

EXT:bootstrap_package for site-package aka theme build on Bootsrap 5.

EXT:modules for user plugins like user-profile, registration, user-addresses, and more.

EXT:shop for the whole shop functionality.

EXT:questions for the FAQ page and FAQs attached in the product detail views.

EXT:glossaries for the glossaries and definitions.

EXT:fluid_fpdf for generating invoices, delivery-notes, product-sheets and more.

EXT:parsedown_extra for rendering the extension documentations from markdown to HTML.

* There are only build-in settings made using site-settings & TypoScript – no templates or other files were changed or overridden!